luckychao commited on
Commit
c2b5009
1 Parent(s): 801536d

Upload dataset

Browse files
Files changed (2) hide show
  1. Math/test-00000-of-00001.parquet +3 -0
  2. README.md +48 -0
Math/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5597d26b511c00b28b1c9d5c5d5a65e075e14ab550887ca593cb4445ca5484f9
3
+ size 49466220
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: Math
4
+ features:
5
+ - name: pid
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: options
10
+ sequence: string
11
+ - name: answer
12
+ dtype: string
13
+ - name: image_1
14
+ dtype: image
15
+ - name: image_2
16
+ dtype: image
17
+ - name: image_3
18
+ dtype: image
19
+ - name: image_4
20
+ dtype: image
21
+ - name: image_5
22
+ dtype: image
23
+ - name: solution
24
+ dtype: string
25
+ - name: subject
26
+ dtype: string
27
+ - name: task
28
+ dtype: string
29
+ - name: category
30
+ dtype: string
31
+ - name: source
32
+ dtype: string
33
+ - name: type
34
+ dtype: string
35
+ - name: context
36
+ dtype: string
37
+ splits:
38
+ - name: test
39
+ num_bytes: 55271944.0
40
+ num_examples: 892
41
+ download_size: 49466220
42
+ dataset_size: 55271944.0
43
+ configs:
44
+ - config_name: Math
45
+ data_files:
46
+ - split: test
47
+ path: Math/test-*
48
+ ---