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

Method _create_examples

tasks/superglue/dataset.py:315–316  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

313 return self._create_examples(os.path.join(data_dir, "unlabeled.jsonl"), "unlabeled")
314
315 def _create_examples(self, *args, **kwargs):
316 pass
317
318
319class RteProcessor(SuperGLUEProcessor):

Callers 4

get_train_examplesMethod · 0.95
get_dev_examplesMethod · 0.95
get_test_examplesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected