SeePhys / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
0a435cb verified
Raw
History Blame Contribute Delete
1.56 kB
{
"name": "SeePhys",
"release_date": "2025-05-15",
"subsets": {
"default": {
"language": [
"en"
],
"modalities": [
"multi_image_start"
],
"task_type": "vqa",
"prompt_template": "{% for _ in range(n_images) %}<image>{% endfor %}{{ question }}",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/SeePhys/SeePhys",
"notes": "Tier 1: SeePhys open-ended physics VQA; variable image count per row (1-4), single-prompt eval format."
},
"mapping_from_source": {
"media": {
"from": "images",
"type": "list",
"min_items": 1,
"max_items": 4
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"n_images": {
"from": "n_images"
},
"reasoning": {
"from": "reasoning"
},
"sig_figs": {
"from": "sig_figs"
},
"level": {
"from": "level"
},
"subject": {
"from": "subject"
},
"language_field": {
"from": "language_field"
}
},
"source": {
"format": "json",
"url": {
"train": "https://huggingface.co/datasets/SeePhys/SeePhys"
}
}
}
}
}
}