Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSparseLLMs/MoM
/ has_training_docs
Method
has_training_docs
lm-eval-harness/lm_eval/api/task.py:885–889 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
883
)
884
885
def
has_training_docs(self) -> bool:
886
if
self.config.training_split is not None:
887
return
True
888
else
:
889
return
False
890
891
def
has_validation_docs(self) -> bool:
892
if
self.config.validation_split is not None:
Callers
1
training_docs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected