ZTWHHH commited on
Commit
985c656
·
verified ·
1 Parent(s): 93e2b6a

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

Browse files
Files changed (1) hide show
  1. metadata.json +5 -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 }}\n",
@@ -38,12 +38,10 @@
38
  },
39
  "source": {
40
  "format": "huggingface",
41
- "links": {
42
- "test": "https://huggingface.co/datasets/MathLLMs/MathVision/viewer/test",
43
- "testmini": "https://huggingface.co/datasets/MathLLMs/MathVision/viewer/testmini"
44
- },
45
- "url": "https://huggingface.co/datasets/MathLLMs/MathVision",
46
- "repo": "MathLLMs/MathVision"
47
  }
48
  }
49
  }
 
7
  "en"
8
  ],
9
  "modalities": [
10
+ "single_image_start"
11
  ],
12
  "task_type": "vqa",
13
  "prompt_template": "<image>{{ question }}\n",
 
38
  },
39
  "source": {
40
  "format": "huggingface",
41
+ "url": {
42
+ "test": "https://huggingface.co/datasets/MathLLMs/MathVision",
43
+ "testmini": "https://huggingface.co/datasets/MathLLMs/MathVision"
44
+ }
 
 
45
  }
46
  }
47
  }