MCPcopy 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
89def _is_json_task(task_name):
90 return task_name == "json" or task_name.startswith("json=")
91
92
93class MultiChoice:

Callers 2

__contains__Method · 0.85
pattern_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected