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

Method validation_docs

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

281 return []
282
283 def validation_docs(self):
284 """
285 :return: Iterable[obj]
286 A iterable of any object, that doc_to_text can handle
287 """
288 return []
289
290 def test_docs(self):
291 """

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