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

Method get_dev_examples

tasks/superglue/dataset.py:753–754  ·  view source on GitHub ↗
(self, data_dir, for_train=False)

Source from the content-addressed store, hash-verified

751 """Processor for the ReCoRD data set."""
752
753 def get_dev_examples(self, data_dir, for_train=False):
754 return self._create_examples(os.path.join(data_dir, "val.jsonl"), "dev", for_train=for_train)
755
756 @property
757 def variable_num_choices(self):

Callers

nothing calls this directly

Calls 1

_create_examplesMethod · 0.95

Tested by

no test coverage detected