Bokcodes commited on
Commit
149635f
·
verified ·
1 Parent(s): 9283213

Filtered dataset: first segment end time <= 5s (61048 retained / 72036 processed)

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: utterance_id
10
+ dtype: string
11
+ - name: speaker_id
12
+ dtype: string
13
+ - name: audio
14
+ struct:
15
+ - name: array
16
+ list: float32
17
+ - name: sampling_rate
18
+ dtype: int64
19
+ - name: text
20
+ dtype: string
21
+ - name: text_segments
22
+ dtype: string
23
+ - name: duration
24
+ dtype: float64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 107315075672
28
+ num_examples: 61048
29
+ download_size: 51349881994
30
+ dataset_size: 107315075672
31
+ ---