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

Method test_docs

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

578 return []
579
580 def test_docs(self):
581 """
582 :return: Iterable[obj]
583 A iterable of any object, that doc_to_text can handle
584 """
585 return []
586
587 def _process_doc(self, doc):
588 """

Callers 1

fewshot_contextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected