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

Method get_labels

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

Source from the content-addressed store, hash-verified

625 """Processor for the MultiRC data set."""
626
627 def get_labels(self):
628 return [0, 1]
629
630 @staticmethod
631 def _create_examples(path: str, set_type: str) -> List[InputExample]:

Callers 1

output_predictionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected