MCPcopy Create free account
hub / github.com/OpenSparseLLMs/MoM / test_docs

Method test_docs

lm-eval-harness/lm_eval/api/task.py:290–295  ·  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

288 return []
289
290 def test_docs(self):
291 """
292 :return: Iterable[obj]
293 A iterable of any object, that doc_to_text can handle
294 """
295 return []
296
297 def fewshot_docs(self):
298 """

Callers 4

fewshot_docsMethod · 0.95
build_all_requestsMethod · 0.95
fewshot_contextMethod · 0.95
evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected