ZTWHHH commited on
Commit
f5ab20b
·
verified ·
1 Parent(s): c7bd389

fix: modalities taxonomy, task_type, url consolidation, structural corrections

Browse files
Files changed (1) hide show
  1. metadata.json +4 -6
metadata.json CHANGED
@@ -7,7 +7,7 @@
7
  "en"
8
  ],
9
  "modalities": [
10
- "image"
11
  ],
12
  "task_type": "multiple_choice_vqa",
13
  "prompt_template": "<image>{{ question }}\nAnswer with the option's letter from the given choices directly.",
@@ -38,11 +38,9 @@
38
  },
39
  "source": {
40
  "format": "huggingface",
41
- "links": {
42
- "val": "https://huggingface.co/datasets/Lin-Chen/MMStar/viewer/val"
43
- },
44
- "repo": "Lin-Chen/MMStar",
45
- "url": "https://huggingface.co/datasets/Lin-Chen/MMStar"
46
  }
47
  }
48
  }
 
7
  "en"
8
  ],
9
  "modalities": [
10
+ "single_image_start"
11
  ],
12
  "task_type": "multiple_choice_vqa",
13
  "prompt_template": "<image>{{ question }}\nAnswer with the option's letter from the given choices directly.",
 
38
  },
39
  "source": {
40
  "format": "huggingface",
41
+ "url": {
42
+ "val": "https://huggingface.co/datasets/Lin-Chen/MMStar"
43
+ }
 
 
44
  }
45
  }
46
  }