MCPcopy Create free account
hub / github.com/CLUEbenchmark/CLUE / get_test_examples

Method get_test_examples

baselines/models/classifier_utils.py:418–421  ·  view source on GitHub ↗

See base class.

(self, data_dir)

Source from the content-addressed store, hash-verified

416 self._read_json(os.path.join(data_dir, "dev.json")), "dev")
417
418 def get_test_examples(self, data_dir):
419 """See base class."""
420 return self._create_examples(
421 self._read_json(os.path.join(data_dir, "test.json")), "test")
422
423 def get_labels(self):
424 """See base class."""

Callers

nothing calls this directly

Calls 3

_create_examplesMethod · 0.95
joinMethod · 0.80
_read_jsonMethod · 0.45

Tested by

no test coverage detected