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

Method training_docs

test/general/lm_eval/tasks/scrolls.py:149–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

147 return False
148
149 def training_docs(self):
150 for doc in self.dataset["train"]:
151 yield from self._process_doc(doc)
152
153 def validation_docs(self):
154 for doc in self.dataset["validation"]:

Callers

nothing calls this directly

Calls 1

_process_docMethod · 0.45

Tested by

no test coverage detected