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

Method training_docs

test/general/lm_eval/base.py:566–571  ·  view source on GitHub ↗

:return: Iterable[obj] A iterable of any object, that doc_to_text can handle

(self)

Source from the content-addressed store, hash-verified

564 pass
565
566 def training_docs(self):
567 """
568 :return: Iterable[obj]
569 A iterable of any object, that doc_to_text can handle
570 """
571 return []
572
573 def validation_docs(self):
574 """

Callers 1

fewshot_examplesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected