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

Method has_validation_docs

lm-eval-harness/lm_eval/api/task.py:267–269  ·  view source on GitHub ↗

Whether the task has a validation set

(self)

Source from the content-addressed store, hash-verified

265
266 @abc.abstractmethod
267 def has_validation_docs(self):
268 """Whether the task has a validation set"""
269 pass
270
271 @abc.abstractmethod
272 def has_test_docs(self):

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