ZTWHHH commited on
Commit
455a754
·
verified ·
1 Parent(s): 93b4db6

Restore metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +102 -0
metadata.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "MathVerse",
3
+ "release_date": "2024-03-01",
4
+ "subsets": {
5
+ "main": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }}\n",
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": "sample_index"
23
+ },
24
+ "question": {
25
+ "from": "query_wo"
26
+ },
27
+ "answer": {
28
+ "from": "answer",
29
+ "optional": true
30
+ },
31
+ "extra": {
32
+ "question_type": {
33
+ "from": "question_type"
34
+ },
35
+ "problem_version": {
36
+ "from": "problem_version"
37
+ },
38
+ "subject": {
39
+ "from": "subject"
40
+ },
41
+ "subfield": {
42
+ "from": "subfield"
43
+ },
44
+ "source": {
45
+ "from": "source"
46
+ }
47
+ },
48
+ "source": {
49
+ "format": "huggingface",
50
+ "url": {
51
+ "testmini": "https://huggingface.co/datasets/AI4Math/MathVerse"
52
+ }
53
+ }
54
+ }
55
+ },
56
+ "text_only": {
57
+ "language": [
58
+ "en"
59
+ ],
60
+ "modalities": [
61
+ "text"
62
+ ],
63
+ "task_type": "vqa",
64
+ "prompt_template": "{{ question }}\n",
65
+ "mapping_from_source": {
66
+ "id": {
67
+ "from": "sample_index"
68
+ },
69
+ "question": {
70
+ "from": "query_wo"
71
+ },
72
+ "answer": {
73
+ "from": "answer",
74
+ "optional": true
75
+ },
76
+ "extra": {
77
+ "question_type": {
78
+ "from": "question_type"
79
+ },
80
+ "problem_version": {
81
+ "from": "problem_version"
82
+ },
83
+ "subject": {
84
+ "from": "subject"
85
+ },
86
+ "subfield": {
87
+ "from": "subfield"
88
+ },
89
+ "source": {
90
+ "from": "source"
91
+ }
92
+ },
93
+ "source": {
94
+ "format": "huggingface",
95
+ "url": {
96
+ "testmini_text_only": "https://huggingface.co/datasets/AI4Math/MathVerse"
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
102
+ }