fix: modalities taxonomy, task_type, url consolidation, structural corrections
Browse files- metadata.json +4 -6
metadata.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"en"
|
| 8 |
],
|
| 9 |
"modalities": [
|
| 10 |
-
"
|
| 11 |
],
|
| 12 |
"task_type": "multiple_choice_vqa",
|
| 13 |
"prompt_template": "<image>{{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}\n",
|
|
@@ -46,11 +46,9 @@
|
|
| 46 |
},
|
| 47 |
"source": {
|
| 48 |
"format": "huggingface",
|
| 49 |
-
"
|
| 50 |
-
"testmini": "https://huggingface.co/datasets/We-Math/We-Math
|
| 51 |
-
}
|
| 52 |
-
"url": "https://huggingface.co/datasets/We-Math/We-Math",
|
| 53 |
-
"repo": "We-Math/We-Math"
|
| 54 |
}
|
| 55 |
}
|
| 56 |
}
|
|
|
|
| 7 |
"en"
|
| 8 |
],
|
| 9 |
"modalities": [
|
| 10 |
+
"single_image_start"
|
| 11 |
],
|
| 12 |
"task_type": "multiple_choice_vqa",
|
| 13 |
"prompt_template": "<image>{{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}\n",
|
|
|
|
| 46 |
},
|
| 47 |
"source": {
|
| 48 |
"format": "huggingface",
|
| 49 |
+
"url": {
|
| 50 |
+
"testmini": "https://huggingface.co/datasets/We-Math/We-Math"
|
| 51 |
+
}
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
}
|
| 54 |
}
|