Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ test_docs
Method
test_docs
test/general/lm_eval/tasks/pawsx.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
return
self.dataset[
"validation"
]
72
73
def
test_docs(self):
74
return
self.dataset[
"test"
]
75
76
def
doc_to_text(self, doc):
77
# same as in mGPT paper
Callers
1
fewshot_context
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected