File size: 1,460 Bytes
0b2c1a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eab4e6c
 
 
017b9da
 
 
8ca2c58
 
 
01ba068
 
 
 
 
0b2c1a7
 
 
 
 
eab4e6c
 
017b9da
 
8ca2c58
 
01ba068
 
0b2c1a7
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio_path
    dtype: string
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  - name: modality
    dtype: string
  - name: category
    dtype: string
  - name: subcategory
    dtype: string
  - name: language
    dtype: string
  - name: source
    dtype: string
  - name: url
    dtype: string
  - name: timestamp
    dtype: string
  - name: A
    dtype: string
  - name: B
    dtype: string
  - name: C
    dtype: string
  - name: D
    dtype: string
  - name: audio_question
    dtype: audio
  - name: audio_A
    dtype: audio
  - name: audio_B
    dtype: audio
  - name: audio_C
    dtype: audio
  - name: audio_D
    dtype: audio
  - name: audio
    dtype: audio
  splits:
  - name: test
    num_bytes: 3379352917.0
    num_examples: 815
  - name: test_A
    num_bytes: 3379352917.0
    num_examples: 815
  - name: test_B
    num_bytes: 3379352917.0
    num_examples: 815
  - name: test_C
    num_bytes: 3379352917.0
    num_examples: 815
  - name: test_D
    num_bytes: 3379352917.0
    num_examples: 815
  download_size: 16315161336
  dataset_size: 16896764585.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: test_A
    path: data/test_A-*
  - split: test_B
    path: data/test_B-*
  - split: test_C
    path: data/test_C-*
  - split: test_D
    path: data/test_D-*
---