Fix README: only testmini as default config (resolve multiple-default conflict)
Browse files
README.md
CHANGED
|
@@ -1,19 +1,5 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
- config_name: default
|
| 4 |
-
features:
|
| 5 |
-
- name: id
|
| 6 |
-
dtype: string
|
| 7 |
-
- name: media
|
| 8 |
-
list: image
|
| 9 |
-
- name: messages
|
| 10 |
-
dtype: string
|
| 11 |
-
splits:
|
| 12 |
-
- name: testmini
|
| 13 |
-
num_bytes: 167827984
|
| 14 |
-
num_examples: 3940
|
| 15 |
-
download_size: 166374297
|
| 16 |
-
dataset_size: 167827984
|
| 17 |
- config_name: testmini
|
| 18 |
features:
|
| 19 |
- name: id
|
|
@@ -43,10 +29,6 @@ dataset_info:
|
|
| 43 |
download_size: 106958
|
| 44 |
dataset_size: 452083
|
| 45 |
configs:
|
| 46 |
-
- config_name: default
|
| 47 |
-
data_files:
|
| 48 |
-
- split: testmini
|
| 49 |
-
path: data/testmini-*
|
| 50 |
- config_name: testmini
|
| 51 |
data_files:
|
| 52 |
- split: testmini
|
|
@@ -57,3 +39,10 @@ configs:
|
|
| 57 |
- split: testmini_text_only
|
| 58 |
path: testmini_text_only/testmini_text_only-*
|
| 59 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- config_name: testmini
|
| 4 |
features:
|
| 5 |
- name: id
|
|
|
|
| 29 |
download_size: 106958
|
| 30 |
dataset_size: 452083
|
| 31 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
- config_name: testmini
|
| 33 |
data_files:
|
| 34 |
- split: testmini
|
|
|
|
| 39 |
- split: testmini_text_only
|
| 40 |
path: testmini_text_only/testmini_text_only-*
|
| 41 |
---
|
| 42 |
+
|
| 43 |
+
# MathVerse (mm-eval mirror)
|
| 44 |
+
|
| 45 |
+
Mirror of [AI4Math/MathVerse](https://huggingface.co/datasets/AI4Math/MathVerse) in Simple-MMEval format.
|
| 46 |
+
|
| 47 |
+
- Prompt template source (Tier 2): the source dataset's `query_wo` column (pre-rendered single-answer evaluation prompt from the official eval pipeline). Template: `<image>{{ question }}`.
|
| 48 |
+
- See `metadata.json` at the repo root for the full per-subset manifest.
|