Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pints-AI/1.5-Pints
/ get_arc_result
Function
get_arc_result
eval/eval.py:19–20 ·
view source on GitHub ↗
(json: dict)
Source
from the content-addressed store, hash-verified
17
18
19
def
get_arc_result(json: dict):
20
return
json[
'results'
][
'arc_challenge'
][
'acc_norm'
] * 100
21
22
23
def
get_hellaswag_result(json: dict):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected