MCPcopy
hub / github.com/EleutherAI/lm-evaluation-harness / test_docs

Method test_docs

lm_eval/api/task.py:197–202  ·  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

195 return []
196
197 def test_docs(self) -> Iterable:
198 """
199 :return: Iterable[obj]
200 A iterable of any object, that doc_to_text can handle
201 """
202 return []
203
204 def fewshot_docs(self) -> Iterable:
205 """

Callers 6

fewshot_docsMethod · 0.95
fewshot_contextMethod · 0.95
eval_docsMethod · 0.95
mainFunction · 0.45
get_prompts.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected