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

Method get_train_examples

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

Source from the content-addressed store, hash-verified

350 """Processor for the AX-G diagnostic data set."""
351
352 def get_train_examples(self, data_dir):
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")

Callers 1

__init__Method · 0.45

Calls 1

_create_examplesMethod · 0.45

Tested by

no test coverage detected