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

Method get_test_examples

tasks/superglue/dataset.py:1364–1365  ·  view source on GitHub ↗
(self, data_dir)

Source from the content-addressed store, hash-verified

1362 return self._create_examples(os.path.join(data_dir, "dev.json"), "dev")
1363
1364 def get_test_examples(self, data_dir) -> List[InputExample]:
1365 return self._create_examples(os.path.join(data_dir, "test.json"), "test")
1366
1367 def get_labels(self):
1368 return ["false", "true"]

Callers

nothing calls this directly

Calls 1

_create_examplesMethod · 0.95

Tested by

no test coverage detected