Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ training_docs
Method
training_docs
test/general/lm_eval/tasks/race.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
return
res
86
87
def
training_docs(self):
88
return
self._collate_data(
"train"
)
89
90
def
validation_docs(self):
91
return
self._collate_data(
"validation"
)
Callers
nothing calls this directly
Calls
1
_collate_data
Method · 0.95
Tested by
no test coverage detected