File size: 828 Bytes
d35e5d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 1153968331.0
    num_examples: 11990
  - name: valid
    num_bytes: 230752160.0
    num_examples: 2499
  - name: test
    num_bytes: 230685363.0
    num_examples: 2160
  download_size: 1590976543
  dataset_size: 1615405854.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---