File size: 515 Bytes
c69c844
 
 
 
 
 
 
 
 
 
 
 
 
f8b6653
 
 
 
 
 
c69c844
 
 
 
 
 
f8b6653
 
c69c844
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: gender
    dtype: string
  - name: dialect
    dtype: string
  splits:
  - name: train
    num_bytes: 1502002308.8167539
    num_examples: 7344
  - name: test
    num_bytes: 500667436.2722513
    num_examples: 2448
  download_size: 1939603523
  dataset_size: 2002669745.0890052
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---