Add manifest (metadata.json)
Browse files- metadata.json +10 -7
metadata.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
| 7 |
"en"
|
| 8 |
],
|
| 9 |
"modalities": [
|
| 10 |
-
"
|
| 11 |
],
|
| 12 |
"task_type": "vqa",
|
| 13 |
-
"prompt_template": "<image>{{ question }}",
|
| 14 |
"prompt_template_source": {
|
| 15 |
"origin": "official",
|
| 16 |
"reference": "https://huggingface.co/datasets/SeePhys/SeePhys",
|
| 17 |
-
"notes": "Tier 1: SeePhys
|
| 18 |
},
|
| 19 |
"mapping_from_source": {
|
| 20 |
"media": {
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"max_items": 4
|
| 25 |
},
|
| 26 |
"id": {
|
| 27 |
-
"from": "
|
| 28 |
},
|
| 29 |
"question": {
|
| 30 |
"from": "question"
|
|
@@ -34,6 +34,9 @@
|
|
| 34 |
"optional": true
|
| 35 |
},
|
| 36 |
"extra": {
|
|
|
|
|
|
|
|
|
|
| 37 |
"reasoning": {
|
| 38 |
"from": "reasoning"
|
| 39 |
},
|
|
@@ -46,12 +49,12 @@
|
|
| 46 |
"subject": {
|
| 47 |
"from": "subject"
|
| 48 |
},
|
| 49 |
-
"
|
| 50 |
-
"from": "
|
| 51 |
}
|
| 52 |
},
|
| 53 |
"source": {
|
| 54 |
-
"format": "
|
| 55 |
"url": {
|
| 56 |
"train": "https://huggingface.co/datasets/SeePhys/SeePhys"
|
| 57 |
}
|
|
|
|
| 7 |
"en"
|
| 8 |
],
|
| 9 |
"modalities": [
|
| 10 |
+
"multi_image_start"
|
| 11 |
],
|
| 12 |
"task_type": "vqa",
|
| 13 |
+
"prompt_template": "{% for _ in range(n_images) %}<image>{% endfor %}{{ question }}",
|
| 14 |
"prompt_template_source": {
|
| 15 |
"origin": "official",
|
| 16 |
"reference": "https://huggingface.co/datasets/SeePhys/SeePhys",
|
| 17 |
+
"notes": "Tier 1: SeePhys open-ended physics VQA; variable image count per row (1-4), single-prompt eval format."
|
| 18 |
},
|
| 19 |
"mapping_from_source": {
|
| 20 |
"media": {
|
|
|
|
| 24 |
"max_items": 4
|
| 25 |
},
|
| 26 |
"id": {
|
| 27 |
+
"from": "id"
|
| 28 |
},
|
| 29 |
"question": {
|
| 30 |
"from": "question"
|
|
|
|
| 34 |
"optional": true
|
| 35 |
},
|
| 36 |
"extra": {
|
| 37 |
+
"n_images": {
|
| 38 |
+
"from": "n_images"
|
| 39 |
+
},
|
| 40 |
"reasoning": {
|
| 41 |
"from": "reasoning"
|
| 42 |
},
|
|
|
|
| 49 |
"subject": {
|
| 50 |
"from": "subject"
|
| 51 |
},
|
| 52 |
+
"language_field": {
|
| 53 |
+
"from": "language_field"
|
| 54 |
}
|
| 55 |
},
|
| 56 |
"source": {
|
| 57 |
+
"format": "json",
|
| 58 |
"url": {
|
| 59 |
"train": "https://huggingface.co/datasets/SeePhys/SeePhys"
|
| 60 |
}
|