PY-AI-Dev commited on
Commit
8744958
·
verified ·
1 Parent(s): d10c77b

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: arithmetic
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: choices
10
+ sequence: string
11
+ - name: answer
12
+ dtype: int64
13
+ - name: category
14
+ dtype: string
15
+ - name: difficulty
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 20362
20
+ num_examples: 200
21
+ - name: validation
22
+ num_bytes: 15175
23
+ num_examples: 150
24
+ - name: test
25
+ num_bytes: 15265
26
+ num_examples: 150
27
+ download_size: 23884
28
+ dataset_size: 50802
29
+ configs:
30
+ - config_name: arithmetic
31
+ data_files:
32
+ - split: train
33
+ path: arithmetic/train-*
34
+ - split: validation
35
+ path: arithmetic/validation-*
36
+ - split: test
37
+ path: arithmetic/test-*
38
+ ---
arithmetic/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb91dfb3ebb19114e9a9f83f9073afb86a45398619e43f1d0c2ac897d400a74
3
+ size 7550
arithmetic/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c58f9588670dac27609111d5b3b367110f3f7e3cd3594bcef776496e2cb9270
3
+ size 8886
arithmetic/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0d2026dcf84604666e5bad1f621ef33c7d6e14251e506a6fc3152b6eba429e
3
+ size 7448