File size: 549 Bytes
29772dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: speaker_id
    dtype: string
  - name: accent
    dtype: string
  - name: region
    dtype: string
  - name: resampled_audio
    sequence:
      sequence: float64
  splits:
  - name: train
    num_bytes: 34813994948.66169
    num_examples: 80726
  - name: test
    num_bytes: 3027453912.4892235
    num_examples: 7020
  download_size: 37872651178
  dataset_size: 37841448861.15091
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---