MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / validation_docs

Method validation_docs

test/general/lm_eval/tasks/xnli.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 return self.dataset["train"]
63
64 def validation_docs(self):
65 return self.dataset["validation"]
66
67 def test_docs(self):
68 return self.dataset["test"]

Callers 1

fewshot_contextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected