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

Method training_docs

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

274 pass
275
276 def training_docs(self):
277 """
278 :return: Iterable[obj]
279 A iterable of any object, that doc_to_text can handle
280 """
281 return []
282
283 def validation_docs(self):
284 """

Callers 2

fewshot_docsMethod · 0.95
fewshot_examplesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected