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/bigbench.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
return
True
56
57
def
test_docs(self):
58
return
_get_unique_examples(self._task_json[
"examples"
])
59
60
def
doc_to_text(self, doc):
61
example_input_prefix = self._task_json.get(
"example_input_prefix"
,
"\nQ: "
)
Callers
1
_doc_to_few_shot_context
Method · 0.95
Calls
1
_get_unique_examples
Function · 0.85
Tested by
no test coverage detected