Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
luodian commited on
Commit
b210d0f
·
verified ·
1 Parent(s): 7d9c6a4

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: int32
6
+ - name: question
7
+ dtype: string
8
+ - name: image
9
+ dtype: image
10
+ - name: hint
11
+ dtype: string
12
+ - name: A
13
+ dtype: string
14
+ - name: B
15
+ dtype: string
16
+ - name: C
17
+ dtype: string
18
+ - name: D
19
+ dtype: string
20
+ - name: answer
21
+ dtype: string
22
+ - name: category
23
+ dtype: string
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: 102763038.0
35
+ num_examples: 4329
36
+ download_size: 96700059
37
+ dataset_size: 102763038.0
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: dev
42
+ path: data/dev-*
43
+ ---
44
+ # Dataset Card for "MMBench_CN"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)