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

Method get_unlabeled_examples

tasks/superglue/dataset.py:256–258  ·  view source on GitHub ↗

Get a collection of `InputExample`s for the unlabeled set.

(self, data_dir)

Source from the content-addressed store, hash-verified

254 return []
255
256 def get_unlabeled_examples(self, data_dir) -> List[InputExample]:
257 """Get a collection of `InputExample`s for the unlabeled set."""
258 return []
259
260 @abstractmethod
261 def get_labels(self) -> List[str]:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected