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

Method get_labels

tasks/superglue/dataset.py:1287–1288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1285 return self._create_examples(os.path.join(data_dir, "dev-v2.0.json"), "dev")
1286
1287 def get_labels(self):
1288 return ['0']
1289
1290 @staticmethod
1291 def _create_examples(path: str, set_type: str) -> List[InputExample]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected