Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
zhangzhang9999
/
code
like
0
Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Croissant
+ 1
Dataset card
Viewer
Files
Files and versions
Community
6c059de
code
/
example_problem.jsonl
zhangzhang9999
Upload example_problem.jsonl
6c059de
over 1 year ago
raw
Copy download link
history
blame
Safe
178 Bytes
{
"task_id"
:
"test/0"
,
"prompt"
:
"def return1():
\n
"
,
"canonical_solution"
:
" return 1"
,
"test"
:
"def check(candidate):
\n
assert candidate() == 1"
,
"entry_point"
:
"return1"
}