Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
File size: 786 Bytes
58c541d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  config_name: MMAU-mini
  features:
  - name: context
    dtype:
      audio:
        sampling_rate: 16000
  - name: instruction
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  - name: other_attributes
    struct:
    - name: id
      dtype: string
    - name: dataset
      dtype: string
    - name: task
      dtype: string
    - name: split
      dtype: string
    - name: category
      dtype: string
    - name: sub-category
      dtype: string
    - name: difficulty
      dtype: string
  splits:
  - name: train
    num_bytes: 437616862.0
    num_examples: 1000
  download_size: 398538423
  dataset_size: 437616862.0
configs:
- config_name: MMAU-mini
  data_files:
  - split: train
    path: MMAU-mini/train-*
---