Datasets:

ArXiv:
ChocoWu commited on
Commit
decd0b4
Β·
verified Β·
1 Parent(s): 786d264

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -16
README.md CHANGED
@@ -48,19 +48,26 @@ If you’d like to train or evaluate your model with access to the full answers,
48
 
49
  ## πŸ“• Table of Contents
50
 
51
- - [✨ File Origanization Structure](#fileStructure)
52
  - [🍟 Usage](#usage)
53
  - [🌐 General-Bench](#bench)
54
  - [πŸ• Capabilities and Domians Distribution](#distribution)
55
- - [πŸ–ΌοΈ Image Task Taxonomy](#️imageTaxonomy)
56
- - [πŸ“½οΈ Video Task Taxonomy](#️videoTaxonomy)
57
- - [πŸ“ž Audio Task Taxonomy](#audioTaxonomy)
58
- - [πŸ’Ž 3D Task Taxonomy](#3dTaxonomy)
59
- - [πŸ“š Language Task Taxonomy](#languageTaxonomy)
 
 
 
 
60
 
61
  ---
62
 
63
- ## ✨✨✨ **File Origanization Structure**<a name="fileStructure" />
 
 
 
64
  Here is the organization structure of the file system:
65
 
66
  ```
@@ -129,8 +136,9 @@ An illustrative example of file formats:
129
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/RD3b7Jwu0dftVq-4KbpFr.png)
130
 
131
 
 
132
 
133
- ## 🍟🍟🍟 Usage<a name="Usage" />
134
 
135
  Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
136
 
@@ -138,7 +146,20 @@ xxxx
138
 
139
 
140
  ---
141
- ## 🌐🌐🌐 **General-Bench**<a name="bench" />
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances.
143
 
144
  <div align="center">
@@ -147,7 +168,10 @@ A companion massive multimodal benchmark dataset, encompasses a broader spectru
147
  comprehension and generation categories in various modalities</p>
148
  </div>
149
 
150
- ### πŸ•πŸ•πŸ• Capabilities and Domians Distribution<a name="distribution" />
 
 
 
151
 
152
  <div align="center">
153
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
@@ -161,14 +185,21 @@ comprehension and generation categories in various modalities</p>
161
  </div>
162
 
163
 
164
- ## πŸ–ΌοΈ Image Task Taxonomy<a name="imageTaxonomy" />
 
 
 
 
 
165
  <div align="center">
166
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>
167
  <p>Taxonomy and hierarchy of data in terms of Image modality.</p>
168
  </div>
169
 
170
 
171
- ## πŸ“½οΈ Video Task Taxonomy<a name="videoTaxonomy" />
 
 
172
 
173
  <div align="center">
174
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>
@@ -176,8 +207,9 @@ comprehension and generation categories in various modalities</p>
176
  </div>
177
 
178
 
 
179
 
180
- ## πŸ“ž Audio Task Taxonomy<a name="audioTaxonomy" />
181
 
182
 
183
 
@@ -186,7 +218,11 @@ comprehension and generation categories in various modalities</p>
186
  <p>Taxonomy and hierarchy of data in terms of Audio modality.</p>
187
  </div>
188
 
189
- ## πŸ’Ž 3D Task Taxonomy<a name="3dTaxonomy" />
 
 
 
 
190
 
191
 
192
  <div align="center">
@@ -195,7 +231,11 @@ comprehension and generation categories in various modalities</p>
195
  </div>
196
 
197
 
198
- ## πŸ“š Language Task Taxonomy<a name="languageTaxonomy" />
 
 
 
 
199
 
200
  <div align="center">
201
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>
@@ -210,7 +250,7 @@ comprehension and generation categories in various modalities</p>
210
 
211
 
212
 
213
- ## 🚩 **Citation**
214
 
215
  If you find our benchmark useful in your research, please kindly consider citing us:
216
 
 
48
 
49
  ## πŸ“• Table of Contents
50
 
51
+ - [✨ File Origanization Structure](#filestructure)
52
  - [🍟 Usage](#usage)
53
  - [🌐 General-Bench](#bench)
54
  - [πŸ• Capabilities and Domians Distribution](#distribution)
55
+ - [πŸ–ΌοΈ Image Task Taxonomy](#️imagetaxonomy)
56
+ - [πŸ“½οΈ Video Task Taxonomy](#️videotaxonomy)
57
+ - [πŸ“ž Audio Task Taxonomy](#audiotaxonomy)
58
+ - [πŸ’Ž 3D Task Taxonomy](#3dtaxonomy)
59
+ - [πŸ“š Language Task Taxonomy](#languagetaxonomy)
60
+
61
+
62
+
63
+
64
 
65
  ---
66
 
67
+ <span id='filestructure'/>
68
+
69
+ # ✨✨✨ **File Origanization Structure**
70
+
71
  Here is the organization structure of the file system:
72
 
73
  ```
 
136
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/RD3b7Jwu0dftVq-4KbpFr.png)
137
 
138
 
139
+ <span id='usage'/>
140
 
141
+ ## 🍟🍟🍟 Usage
142
 
143
  Please download all the files in this repository. We also provide overview.json, which is an example of the format of our dataset.
144
 
 
146
 
147
 
148
  ---
149
+
150
+
151
+
152
+
153
+
154
+ <span id='bench'/>
155
+
156
+
157
+
158
+ # 🌐🌐🌐 **General-Bench**
159
+
160
+
161
+
162
+
163
  A companion massive multimodal benchmark dataset, encompasses a broader spectrum of skills, modalities, formats, and capabilities, including over **`700`** tasks and **`325K`** instances.
164
 
165
  <div align="center">
 
168
  comprehension and generation categories in various modalities</p>
169
  </div>
170
 
171
+
172
+ <span id='distribution'/>
173
+
174
+ ## πŸ•πŸ•πŸ• Capabilities and Domians Distribution
175
 
176
  <div align="center">
177
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/fF3iH95B3QEBvJYwqzZVG.png'>
 
185
  </div>
186
 
187
 
188
+
189
+
190
+
191
+ <span id='imagetaxonomy'/>
192
+
193
+ # πŸ–ΌοΈ Image Task Taxonomy<a name="imageTaxonomy" />
194
  <div align="center">
195
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/2QYihQRhZ5C9K5IbukY7R.png'>
196
  <p>Taxonomy and hierarchy of data in terms of Image modality.</p>
197
  </div>
198
 
199
 
200
+ <span id='videotaxonomy'/>
201
+
202
+ # πŸ“½οΈ Video Task Taxonomy<a name="videoTaxonomy" />
203
 
204
  <div align="center">
205
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/A7PwfW5gXzstkDH49yIG5.png'>
 
207
  </div>
208
 
209
 
210
+ <span id='audiotaxonomy'/>
211
 
212
+ # πŸ“ž Audio Task Taxonomy<a name="audioTaxonomy" />
213
 
214
 
215
 
 
218
  <p>Taxonomy and hierarchy of data in terms of Audio modality.</p>
219
  </div>
220
 
221
+
222
+
223
+ <span id='3dtaxonomy'/>
224
+
225
+ # πŸ’Ž 3D Task Taxonomy<a name="3dTaxonomy" />
226
 
227
 
228
  <div align="center">
 
231
  </div>
232
 
233
 
234
+
235
+
236
+ <span id='languagetaxonomy'/>
237
+
238
+ # πŸ“š Language Task Taxonomy<a name="languageTaxonomy" />
239
 
240
  <div align="center">
241
  <img src='https://cdn-uploads.huggingface.co/production/uploads/64c139d867eff857ea51caa8/FLfk3QGdYb2sgorKTj_LT.png'>
 
250
 
251
 
252
 
253
+ # 🚩 **Citation**
254
 
255
  If you find our benchmark useful in your research, please kindly consider citing us:
256