MCPcopy Index your code
hub / github.com/THUDM/GLM / get_dev_examples

Method get_dev_examples

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

Source from the content-addressed store, hash-verified

1125 return self._create_examples(os.path.join(data_dir, "train.jsonl"))
1126
1127 def get_dev_examples(self, data_dir, for_train=False):
1128 return self._create_examples(os.path.join(data_dir, "test.jsonl"))
1129
1130 def get_test_examples(self, data_dir) -> List[InputExample]:
1131 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

_create_examplesMethod · 0.95

Tested by

no test coverage detected