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

Method get_test_examples

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

Source from the content-addressed store, hash-verified

353 return self._create_examples(os.path.join(data_dir, "AX-g.jsonl"), "train")
354
355 def get_test_examples(self, data_dir):
356 return self._create_examples(os.path.join(data_dir, "AX-g.jsonl"), "test")
357
358
359class AxBProcessor(RteProcessor):

Callers 1

__init__Method · 0.45

Calls 1

_create_examplesMethod · 0.45

Tested by

no test coverage detected