dream-coder / test.py
Fraser-Greenlee
add dataset code
3bdb76c
raw history blame
No virus
104 Bytes
import datasets
data = datasets.load_dataset('program_synthesis.py', 'list')
print(data['train'][:4])