MCPcopy Create free account
hub / github.com/THUDM/GLM / get_dev_examples

Method get_dev_examples

tasks/superglue/dataset.py:248–250  ·  view source on GitHub ↗

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

(self, data_dir, for_train=False)

Source from the content-addressed store, hash-verified

246
247 @abstractmethod
248 def get_dev_examples(self, data_dir, for_train=False) -> List[InputExample]:
249 """Get a collection of `InputExample`s for the dev set."""
250 pass
251
252 def get_test_examples(self, data_dir) -> List[InputExample]:
253 """Get a collection of `InputExample`s for the test set."""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected