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

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +50 -0
metadata.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "MMStar",
3
+ "release_date": "2024-03-19",
4
+ "subsets": {
5
+ "main": {
6
+ "language": [
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.",
14
+ "mapping_from_source": {
15
+ "media": {
16
+ "from": "image",
17
+ "type": "list",
18
+ "min_items": 1,
19
+ "max_items": 1
20
+ },
21
+ "id": {
22
+ "from": "index"
23
+ },
24
+ "question": {
25
+ "from": "question"
26
+ },
27
+ "answer": {
28
+ "from": "answer",
29
+ "optional": true
30
+ },
31
+ "extra": {
32
+ "category": {
33
+ "from": "category"
34
+ },
35
+ "l2_category": {
36
+ "from": "l2_category"
37
+ }
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
+ }
49
+ }
50
+ }