File size: 723 Bytes
2382bba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: utterance_id
    dtype: string
  - name: speaker_id
    dtype: string
  - name: utterance
    dtype:
      audio:
        sampling_rate: 16000
  - name: transcription
    dtype: string
  - name: num_frames
    dtype: int32
  splits:
  - name: train
    num_bytes: 5889359143.488
    num_examples: 108866
  - name: validation
    num_bytes: 738702836.696
    num_examples: 13608
  - name: test
    num_bytes: 743706207.425
    num_examples: 13609
  download_size: 6402731111
  dataset_size: 7371768187.609
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---