Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ _is_json_task
Function
_is_json_task
test/general/lm_eval/utils.py:89–90 ·
view source on GitHub ↗
(task_name)
Source
from the content-addressed store, hash-verified
87
88
89
def
_is_json_task(task_name):
90
return
task_name ==
"json"
or task_name.startswith(
"json="
)
91
92
93
class
MultiChoice:
Callers
2
__contains__
Method · 0.85
pattern_match
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected