MMIU / metadata.json
ZTWHHH's picture
Add metadata.json manifest
74365ad verified
Raw
History Blame Contribute Delete
1.44 kB
{
"name": "MMIU",
"release_date": "2024-08-07",
"subsets": {
"default": {
"language": [
"en"
],
"modalities": [
"multi_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "{% for _ in range(n_images) %}<image>{% endfor %}{{ question }}",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/FanqingM/MMIU-Benchmark",
"notes": "Tier 1: MMIU multi-image benchmark; per-row prompt = context + question + options string. Letter answer in output column. Images sourced from 7 official category zip archives; binding preserves input_image_path order."
},
"mapping_from_source": {
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"media": {
"from": "images"
},
"answer": {
"from": "answer"
},
"extra": {
"n_images": {
"from": "n_images"
},
"task": {
"from": "task"
},
"source": {
"from": "source"
},
"visual_input_component": {
"from": "visual_input_component"
}
},
"source": {
"url": {
"test": "https://huggingface.co/datasets/FanqingM/MMIU-Benchmark"
}
}
}
}
}
}