MikhailT commited on
Commit
256f7dc
1 Parent(s): 6bee695

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: speaker
5
+ dtype: string
6
+ - name: file
7
+ dtype: string
8
+ - name: duration
9
+ dtype: float32
10
+ - name: text
11
+ dtype: string
12
+ - name: text_no_preprocessing
13
+ dtype: string
14
+ - name: text_normalized
15
+ dtype: string
16
+ - name: audio
17
+ dtype:
18
+ audio:
19
+ sampling_rate: 44100
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1158016.0
23
+ num_examples: 9
24
+ - name: dev
25
+ num_bytes: 904385.0
26
+ num_examples: 9
27
+ - name: test
28
+ num_bytes: 800471.0
29
+ num_examples: 9
30
+ download_size: 2684855
31
+ dataset_size: 2862872.0
32
+ ---
33
+ # Dataset Card for "hifi-tts-light"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)