ZTWHHH commited on
Commit
d3cbd54
·
verified ·
1 Parent(s): 4892f0a

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

Browse files
Files changed (1) hide show
  1. metadata.json +3 -7
metadata.json CHANGED
@@ -7,7 +7,7 @@
7
  "en"
8
  ],
9
  "modalities": [
10
- "image"
11
  ],
12
  "task_type": "vqa",
13
  "prompt_template": "<image>{{ question }}{% if options %}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}{% endif %}\n",
@@ -33,9 +33,6 @@
33
  "optional": true,
34
  "note": "list source values are normalized to {A,B,...} dict"
35
  },
36
- "choices": {
37
- "from": "choices"
38
- },
39
  "extra": {
40
  "subject": {
41
  "from": "subject"
@@ -49,10 +46,9 @@
49
  },
50
  "source": {
51
  "format": "json",
52
- "links": {
53
  "test": "https://github.com/DynaMath/DynaMath/tree/main/dataset"
54
- },
55
- "url": "https://github.com/DynaMath/DynaMath"
56
  }
57
  }
58
  }
 
7
  "en"
8
  ],
9
  "modalities": [
10
+ "single_image_start"
11
  ],
12
  "task_type": "vqa",
13
  "prompt_template": "<image>{{ question }}{% if options %}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}{% endif %}\n",
 
33
  "optional": true,
34
  "note": "list source values are normalized to {A,B,...} dict"
35
  },
 
 
 
36
  "extra": {
37
  "subject": {
38
  "from": "subject"
 
46
  },
47
  "source": {
48
  "format": "json",
49
+ "url": {
50
  "test": "https://github.com/DynaMath/DynaMath/tree/main/dataset"
51
+ }
 
52
  }
53
  }
54
  }