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

Method has_test_docs

lm_eval/api/task.py:179–181  ·  view source on GitHub ↗

Whether the task has a test set

(self)

Source from the content-addressed store, hash-verified

177
178 @abc.abstractmethod
179 def has_test_docs(self):
180 """Whether the task has a test set"""
181 pass
182
183 def training_docs(self) -> Iterable:
184 """

Callers 3

eval_docsMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected