Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ get_evalperf_data
Function
get_evalperf_data
evalplus/data/__init__.py:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
get_evalperf_data():
11
dataset = load_dataset(
"evalplus/evalperf"
, split=
"test"
).to_list()
12
for
d in dataset:
13
d[
"pe_input"
] = json.loads(d[
"pe_input"
])
14
return
{task[
"task_id"
]: task
for
task in dataset}
Callers
2
script
Function · 0.90
codegen
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected