Update README.md
Browse files
README.md
CHANGED
@@ -7,50 +7,77 @@ language:
|
|
7 |
- en
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
-
configs:
|
11 |
-
- config_name: default
|
12 |
-
data_files:
|
13 |
-
- split: testmini
|
14 |
-
path: "testmini.parquet"
|
15 |
-
- split: testmini_text_only
|
16 |
-
path: "testmini_text-only.parquet"
|
17 |
dataset_info:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
---
|
55 |
# Dataset Card for MathVerse
|
56 |
|
|
|
7 |
- en
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
dataset_info:
|
11 |
+
- config_name: testmini
|
12 |
+
features:
|
13 |
+
- name: sample_index
|
14 |
+
dtype: string
|
15 |
+
- name: problem_index
|
16 |
+
dtype: string
|
17 |
+
- name: problem_version
|
18 |
+
dtype: string
|
19 |
+
- name: question
|
20 |
+
dtype: string
|
21 |
+
- name: image
|
22 |
+
dtype: image
|
23 |
+
- name: answer
|
24 |
+
dtype: string
|
25 |
+
- name: question_type
|
26 |
+
dtype: string
|
27 |
+
- name: metadata
|
28 |
+
struct:
|
29 |
+
- name: split
|
30 |
+
dtype: string
|
31 |
+
- name: source
|
32 |
+
dtype: string
|
33 |
+
- name: subject
|
34 |
+
dtype: string
|
35 |
+
- name: subfield
|
36 |
+
dtype: string
|
37 |
+
- name: query_wo
|
38 |
+
dtype: string
|
39 |
+
- name: query_cot
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: testmini
|
43 |
+
path: "testmini.parquet"
|
44 |
+
num_bytes: 166789963
|
45 |
+
num_examples: 3940
|
46 |
+
- config_name: testmini_text_only
|
47 |
+
features:
|
48 |
+
- name: sample_index
|
49 |
+
dtype: string
|
50 |
+
- name: problem_index
|
51 |
+
dtype: string
|
52 |
+
- name: problem_version
|
53 |
+
dtype: string
|
54 |
+
- name: question
|
55 |
+
dtype: string
|
56 |
+
- name: image
|
57 |
+
dtype: string
|
58 |
+
- name: answer
|
59 |
+
dtype: string
|
60 |
+
- name: question_type
|
61 |
+
dtype: string
|
62 |
+
- name: metadata
|
63 |
+
struct:
|
64 |
+
- name: split
|
65 |
+
dtype: string
|
66 |
+
- name: source
|
67 |
+
dtype: string
|
68 |
+
- name: subject
|
69 |
+
dtype: string
|
70 |
+
- name: subfield
|
71 |
+
dtype: string
|
72 |
+
- name: query_wo
|
73 |
+
dtype: string
|
74 |
+
- name: query_cot
|
75 |
+
dtype: string
|
76 |
+
splits:
|
77 |
+
- name: testmini_text_only
|
78 |
+
path: "testmini_text-only.parquet"
|
79 |
+
num_bytes: 250959
|
80 |
+
num_examples: 788
|
81 |
---
|
82 |
# Dataset Card for MathVerse
|
83 |
|