Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_docs
Method · 0.95
main
Function · 0.45
make_table_tasks.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected