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

Method validation_docs

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

Source from the content-addressed store, hash-verified

151 yield from self._process_doc(doc)
152
153 def validation_docs(self):
154 for doc in self.dataset["validation"]:
155 yield from self._process_doc(doc)
156
157 def should_decontaminate(self):
158 return True

Callers

nothing calls this directly

Calls 1

_process_docMethod · 0.45

Tested by

no test coverage detected