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

Method training_docs

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

181 pass
182
183 def training_docs(self) -> Iterable:
184 """
185 :return: Iterable[obj]
186 A iterable of any object, that doc_to_text can handle
187 """
188 return []
189
190 def validation_docs(self) -> Iterable:
191 """

Callers 4

fewshot_docsMethod · 0.95
fewshot_examplesMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1