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