File size: 740 Bytes
e78be09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50fa1cc
 
 
448c736
 
 
 
 
e78be09
 
 
 
 
50fa1cc
 
448c736
 
e78be09
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
---
dataset_info:
  features:
  - name: file
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: speaker_id
    dtype: int64
  - name: chapter_id
    dtype: int64
  - name: id
    dtype: string
  splits:
  - name: test
    num_bytes: 367966786.42
    num_examples: 2620
  - name: validation
    num_bytes: 359841018.966
    num_examples: 2703
  - name: train.100
    num_bytes: 6622513525.062
    num_examples: 28539
  download_size: 7126206556
  dataset_size: 7350321330.448
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
  - split: train.100
    path: data/train.100-*
---