Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Fraser
/
to_delete
like
0
program-synthesis
English
program-synthesis
License:
mit
Model card
Files
Files and versions
Community
62ef74b
to_delete
/
test.py
Fraser-Greenlee
test
c623bcf
almost 3 years ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
datasets
data = datasets.load_dataset(
'program_synthesis.py'
,
'list'
)
print
(data[
'train'
][:
4
])