Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ has_training_docs
Method
has_training_docs
test/general/lm_eval/base.py:552–554 ·
view source on GitHub ↗
Whether the task has a training set
(self)
Source
from the content-addressed store, hash-verified
550
551
@abstractmethod
552
def
has_training_docs(self):
553
""
"Whether the task has a training set"
""
554
pass
555
556
@abstractmethod
557
def
has_validation_docs(self):
Callers
1
fewshot_context
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected