Fraser-Greenlee commited on
Commit
8e93e52
1 Parent(s): e2d05a7

test files

Browse files
Files changed (3) hide show
  1. make_test_files.py +9 -0
  2. test.list.csv +0 -0
  3. test.text.csv +0 -0
make_test_files.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # NOTE: run with different random seed
2
+ import datasets
3
+
4
+
5
+ data = datasets.load_dataset('program_synthesis.py', 'text')['train']
6
+ data.to_csv('test.text.csv')
7
+
8
+ data = datasets.load_dataset('program_synthesis.py', 'list')['train']
9
+ data.to_csv('test.list.csv')
test.list.csv ADDED
The diff for this file is too large to render. See raw diff
 
test.text.csv ADDED
The diff for this file is too large to render. See raw diff