MCPcopy Create free account
hub / github.com/THUDM/P-tuning / get_dev_examples

Method get_dev_examples

PT-Fewshot/data_utils/task_processors.py:102–104  ·  view source on GitHub ↗

Get a collection of `InputExample`s for the dev set.

(self, data_dir)

Source from the content-addressed store, hash-verified

100
101 @abstractmethod
102 def get_dev_examples(self, data_dir) -> List[InputExample]:
103 """Get a collection of `InputExample`s for the dev set."""
104 pass
105
106 @abstractmethod
107 def get_dev32_examples(self, data_dir) -> List[InputExample]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected