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

Method training_docs

test/general/lm_eval/tasks/qasper.py:138–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 return " " + answer
137
138 def training_docs(self):
139 for doc in self.dataset["train"]:
140 yield from self._process_doc(doc)
141
142 def validation_docs(self):
143 for doc in self.dataset["validation"]:

Callers

nothing calls this directly

Calls 1

_process_docMethod · 0.95

Tested by

no test coverage detected