MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / get_winogrande_result

Function get_winogrande_result

eval/eval.py:38–39  ·  view source on GitHub ↗
(json: dict)

Source from the content-addressed store, hash-verified

36
37
38def get_winogrande_result(json: dict):
39 return json['results']['winogrande']['acc'] * 100
40
41
42def get_gsm8k_result(json: dict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected