seonglae commited on
Commit
af7e8c5
·
verified ·
1 Parent(s): e62fe49

Generate 5000+1000+1000 samples (types: )

Browse files
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: equation_prefix
5
+ list: string
6
+ - name: solution_prefix
7
+ list: string
8
+ - name: equation_type
9
+ dtype: string
10
+ - name: solution_method
11
+ dtype: string
12
+ - name: difficulty
13
+ dtype: int64
14
+ - name: sympy_equation_str
15
+ dtype: string
16
+ - name: sympy_solution_str
17
+ dtype: string
18
+ - name: source
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2808924
23
+ num_examples: 5000
24
+ - name: val
25
+ num_bytes: 584543
26
+ num_examples: 1000
27
+ - name: test
28
+ num_bytes: 566805
29
+ num_examples: 1000
30
+ download_size: 2663185
31
+ dataset_size: 3960272
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ - split: val
38
+ path: data/val-*
39
+ - split: test
40
+ path: data/test-*
41
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b43af2bd2b51b96c7c2158847b4d028dae9acbb75911c9ff5d052f38422ed65
3
+ size 383866
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:483891ddf16648488333fbdded743419c6d3c5db9e6009898b712f2d5447c805
3
+ size 1881912
data/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ee81101a40423787936214659bb5e243da1f2e318763a138a8ab37e45aa65f
3
+ size 397407