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

Method has_test_docs

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

Whether the task has a test set

(self)

Source from the content-addressed store, hash-verified

270
271 @abc.abstractmethod
272 def has_test_docs(self):
273 """Whether the task has a test set"""
274 pass
275
276 def training_docs(self):
277 """

Callers 2

build_all_requestsMethod · 0.95
evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected