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

Method validation_docs

test/general/lm_eval/tasks/superglue.py:299–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297 return self._training_docs
298
299 def validation_docs(self):
300 # See: training_docs
301 for doc in self.dataset["validation"]:
302 yield self._process_doc(doc)
303
304 @classmethod
305 def _process_doc(cls, doc):

Callers

nothing calls this directly

Calls 1

_process_docMethod · 0.95

Tested by

no test coverage detected