Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
luodian commited on
Commit
8a652db
1 Parent(s): 8079511

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: index
5
+ dtype: int64
6
+ - name: question
7
+ dtype: string
8
+ - name: hint
9
+ dtype: string
10
+ - name: A
11
+ dtype: string
12
+ - name: B
13
+ dtype: string
14
+ - name: C
15
+ dtype: string
16
+ - name: D
17
+ dtype: string
18
+ - name: answer
19
+ dtype: string
20
+ - name: category
21
+ dtype: string
22
+ - name: image
23
+ dtype: image
24
+ - name: source
25
+ dtype: string
26
+ - name: l2-category
27
+ dtype: string
28
+ - name: comment
29
+ dtype: string
30
+ - name: split
31
+ dtype: string
32
+ splits:
33
+ - name: dev
34
+ num_bytes: 103845260.875
35
+ num_examples: 4377
36
+ download_size: 97500290
37
+ dataset_size: 103845260.875
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: dev
42
+ path: data/dev-*
43
+ ---
44
+ # Dataset Card for "MMBench_EN"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)