ZTWHHH commited on
Commit
0c5e6cf
·
verified ·
1 Parent(s): d347bcd

Add manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +53 -0
metadata.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "VLMsAreBlind",
3
+ "release_date": "2024-07-09",
4
+ "subsets": {
5
+ "default": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }}",
14
+ "prompt_template_source": {
15
+ "origin": "official",
16
+ "reference": "https://huggingface.co/datasets/XAI/vlmsareblind",
17
+ "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."
18
+ },
19
+ "mapping_from_source": {
20
+ "media": {
21
+ "from": "images",
22
+ "type": "list",
23
+ "min_items": 1,
24
+ "max_items": 1
25
+ },
26
+ "id": {
27
+ "from": "id"
28
+ },
29
+ "question": {
30
+ "from": "question"
31
+ },
32
+ "answer": {
33
+ "from": "answer",
34
+ "optional": true
35
+ },
36
+ "extra": {
37
+ "n_images": {
38
+ "from": "n_images"
39
+ },
40
+ "task": {
41
+ "from": "task"
42
+ }
43
+ },
44
+ "source": {
45
+ "format": "json",
46
+ "url": {
47
+ "valid": "https://huggingface.co/datasets/XAI/vlmsareblind"
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }