ZTWHHH commited on
Commit
19acb15
·
verified ·
1 Parent(s): b80d727

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 }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}\n",
@@ -46,11 +46,9 @@
46
  },
47
  "source": {
48
  "format": "huggingface",
49
- "links": {
50
- "testmini": "https://huggingface.co/datasets/We-Math/We-Math/viewer/testmini"
51
- },
52
- "url": "https://huggingface.co/datasets/We-Math/We-Math",
53
- "repo": "We-Math/We-Math"
54
  }
55
  }
56
  }
 
7
  "en"
8
  ],
9
  "modalities": [
10
+ "single_image_start"
11
  ],
12
  "task_type": "multiple_choice_vqa",
13
  "prompt_template": "<image>{{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}\n",
 
46
  },
47
  "source": {
48
  "format": "huggingface",
49
+ "url": {
50
+ "testmini": "https://huggingface.co/datasets/We-Math/We-Math"
51
+ }
 
 
52
  }
53
  }
54
  }