File size: 802 Bytes
b337fc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bd09999
 
b337fc9
bd09999
 
 
 
b337fc9
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 192000
  - name: question
    dtype: string
  - name: choices
    dtype: string
  - name: answer
    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: test
    num_bytes: 13995053883.0
    num_examples: 9000
  - name: test_mini
    num_bytes: 1428598758.0
    num_examples: 1000
  download_size: 14540107176
  dataset_size: 15423652641.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: test_mini
    path: data/test_mini-*
---