Upload dataset
Browse files- MMAU-mini/train-00000-of-00001.parquet +3 -0
- README.md +42 -0
MMAU-mini/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:543968e24c7b810f2b3c8af9e52c2d04bf5137e8f2ee30b3d01bf28c5521effc
|
3 |
+
size 398538423
|
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: MMAU-mini
|
4 |
+
features:
|
5 |
+
- name: context
|
6 |
+
dtype:
|
7 |
+
audio:
|
8 |
+
sampling_rate: 16000
|
9 |
+
- name: instruction
|
10 |
+
dtype: string
|
11 |
+
- name: choices
|
12 |
+
sequence: string
|
13 |
+
- name: answer
|
14 |
+
dtype: string
|
15 |
+
- name: other_attributes
|
16 |
+
struct:
|
17 |
+
- name: id
|
18 |
+
dtype: string
|
19 |
+
- name: dataset
|
20 |
+
dtype: string
|
21 |
+
- name: task
|
22 |
+
dtype: string
|
23 |
+
- name: split
|
24 |
+
dtype: string
|
25 |
+
- name: category
|
26 |
+
dtype: string
|
27 |
+
- name: sub-category
|
28 |
+
dtype: string
|
29 |
+
- name: difficulty
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 437616862.0
|
34 |
+
num_examples: 1000
|
35 |
+
download_size: 398538423
|
36 |
+
dataset_size: 437616862.0
|
37 |
+
configs:
|
38 |
+
- config_name: MMAU-mini
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: MMAU-mini/train-*
|
42 |
+
---
|