VLMsAreBlind / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
0c5e6cf verified
Raw
History Blame Contribute Delete
1.28 kB
{
"name": "VLMsAreBlind",
"release_date": "2024-07-09",
"subsets": {
"default": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "vqa",
"prompt_template": "<image>{{ question }}",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/XAI/vlmsareblind",
"notes": "Tier 1: VLMsAreBlind uses dataset-card prompt verbatim (e.g. \"Answer with a number in curly brackets e.g. {3}\"). Single-image perception probe."
},
"mapping_from_source": {
"media": {
"from": "images",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"n_images": {
"from": "n_images"
},
"task": {
"from": "task"
}
},
"source": {
"format": "json",
"url": {
"valid": "https://huggingface.co/datasets/XAI/vlmsareblind"
}
}
}
}
}
}