Update README.md
Browse files
README.md
CHANGED
@@ -8,12 +8,42 @@ language:
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
-
- config_name:
|
12 |
data_files:
|
13 |
- split: testmini
|
14 |
path: "testmini.json"
|
15 |
- split: testmini_text_only
|
16 |
path: "testmini_text-only.json"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
# Dataset Card for MathVerse
|
19 |
|
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
+
- config_name: default
|
12 |
data_files:
|
13 |
- split: testmini
|
14 |
path: "testmini.json"
|
15 |
- split: testmini_text_only
|
16 |
path: "testmini_text-only.json"
|
17 |
+
dataset_info:
|
18 |
+
features:
|
19 |
+
- name: sample_index
|
20 |
+
dtype: string
|
21 |
+
- name: problem_index
|
22 |
+
dtype: string
|
23 |
+
- name: problem_version
|
24 |
+
dtype: string
|
25 |
+
- name: question
|
26 |
+
dtype: string
|
27 |
+
- name: image
|
28 |
+
dtype: string
|
29 |
+
- name: answer
|
30 |
+
dtype: string
|
31 |
+
- name: question_type
|
32 |
+
dtype: string
|
33 |
+
- name: metadata
|
34 |
+
struct:
|
35 |
+
- name: split
|
36 |
+
dtype: string
|
37 |
+
- name: source
|
38 |
+
dtype: string
|
39 |
+
- name: subject
|
40 |
+
dtype: string
|
41 |
+
- name: subfield
|
42 |
+
dtype: string
|
43 |
+
- name: query_wo
|
44 |
+
dtype: string
|
45 |
+
- name: query_cot
|
46 |
+
dtype: string
|
47 |
---
|
48 |
# Dataset Card for MathVerse
|
49 |
|