File size: 1,217 Bytes
910a4c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
---
dataset_info:
  features:
  - name: audio_id
    dtype: string
  - name: language
    dtype:
      class_label:
        names:
          '0': en
          '1': de
          '2': fr
          '3': es
          '4': pl
          '5': it
          '6': ro
          '7': hu
          '8': cs
          '9': nl
          '10': fi
          '11': hr
          '12': sk
          '13': sl
          '14': et
          '15': lt
          '16': en_accented
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  - name: raw_text
    dtype: string
  - name: normalized_text
    dtype: string
  - name: gender
    dtype: string
  - name: speaker_id
    dtype: string
  - name: is_gold_transcript
    dtype: bool
  - name: accent
    dtype: string
  splits:
  - name: train
    num_bytes: 36090680559.936
    num_examples: 50922
  - name: validation
    num_bytes: 1173795492.383
    num_examples: 1631
  - name: test
    num_bytes: 1163226173.4
    num_examples: 1528
  download_size: 31959080914
  dataset_size: 38427702225.719
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---