MikhailT commited on
Commit
3b47ad2
1 Parent(s): c154f5e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train.clean
6
+ path: data/train.clean-*
7
+ - split: train.other
8
+ path: data/train.other-*
9
+ - split: dev.clean
10
+ path: data/dev.clean-*
11
+ - split: dev.other
12
+ path: data/dev.other-*
13
+ - split: test.clean
14
+ path: data/test.clean-*
15
+ - split: test.other
16
+ path: data/test.other-*
17
+ dataset_info:
18
+ features:
19
+ - name: speaker
20
+ dtype: string
21
+ - name: file
22
+ dtype: string
23
+ - name: duration
24
+ dtype: float32
25
+ - name: text
26
+ dtype: string
27
+ - name: text_no_preprocessing
28
+ dtype: string
29
+ - name: text_normalized
30
+ dtype: string
31
+ - name: audio
32
+ dtype:
33
+ audio:
34
+ sampling_rate: 44100
35
+ splits:
36
+ - name: train.clean
37
+ num_bytes: 17023899243.0
38
+ num_examples: 125989
39
+ - name: train.other
40
+ num_bytes: 26755286687.0
41
+ num_examples: 196489
42
+ - name: dev.clean
43
+ num_bytes: 24204633.0
44
+ num_examples: 150
45
+ - name: dev.other
46
+ num_bytes: 65601521.0
47
+ num_examples: 350
48
+ - name: test.clean
49
+ num_bytes: 52040552.0
50
+ num_examples: 300
51
+ - name: test.other
52
+ num_bytes: 129348882.0
53
+ num_examples: 700
54
+ download_size: 7040649041
55
+ dataset_size: 44050381518.0
56
+ ---
57
+ # Dataset Card for "hifi-tts"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)