Commit
·
f0a132a
1
Parent(s):
c159b0a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: question
|
5 |
+
dtype: string
|
6 |
+
- name: hint
|
7 |
+
dtype: string
|
8 |
+
- name: A
|
9 |
+
dtype: string
|
10 |
+
- name: B
|
11 |
+
dtype: string
|
12 |
+
- name: C
|
13 |
+
dtype: string
|
14 |
+
- name: D
|
15 |
+
dtype: string
|
16 |
+
- name: label
|
17 |
+
dtype:
|
18 |
+
class_label:
|
19 |
+
names:
|
20 |
+
'0': A
|
21 |
+
'1': B
|
22 |
+
'2': C
|
23 |
+
'3': D
|
24 |
+
- name: image
|
25 |
+
dtype: image
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 102942038.498
|
29 |
+
num_examples: 4377
|
30 |
+
download_size: 99866501
|
31 |
+
dataset_size: 102942038.498
|
32 |
+
---
|
33 |
+
# Dataset Card for "MMBench_dev"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|