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