File size: 828 Bytes
2d82280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Speaker ID
    dtype: int64
  - name: Age
    dtype: int64
  - name: Gender
    dtype: string
  - name: Location
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: MD5Sum
    dtype: string
  - name: duration
    dtype: float64
  - name: PDP Score
    dtype: float64
  - name: transcription
    dtype: string
  splits:
  - name: train
    num_bytes: 5766795682.0
    num_examples: 41663
  - name: valid
    num_bytes: 363557040.0
    num_examples: 2218
  - name: test
    num_bytes: 345949780.0
    num_examples: 2680
  download_size: 6404706135
  dataset_size: 6476302502.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---