File size: 1,004 Bytes
3379c6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a15be9d
3379c6f
 
a15be9d
3379c6f
 
a15be9d
3379c6f
a15be9d
 
3379c6f
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
---
dataset_info:
  config_name: pl
  features:
  - name: client_id
    dtype: string
  - name: path
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: sentence
    dtype: string
  - name: up_votes
    dtype: int64
  - name: down_votes
    dtype: int64
  - name: age
    dtype: string
  - name: gender
    dtype: string
  - name: accent
    dtype: string
  - name: locale
    dtype: string
  - name: segment
    dtype: string
  - name: variant
    dtype: string
  - name: whisper_transcript
    sequence: int64
  splits:
  - name: train
    num_bytes: 601297865.838
    num_examples: 17518
  - name: validation
    num_bytes: 307275648.41
    num_examples: 8534
  - name: test
    num_bytes: 341315560.23
    num_examples: 8534
  download_size: 1202230845
  dataset_size: 1249889074.4780002
configs:
- config_name: pl
  data_files:
  - split: train
    path: pl/train-*
  - split: validation
    path: pl/validation-*
  - split: test
    path: pl/test-*
---