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

Method validation_docs

test/general/lm_eval/base.py:573–578  ·  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

571 return []
572
573 def validation_docs(self):
574 """
575 :return: Iterable[obj]
576 A iterable of any object, that doc_to_text can handle
577 """
578 return []
579
580 def test_docs(self):
581 """

Callers 1

fewshot_contextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected