ylacombe commited on
Commit
7607d15
1 Parent(s): 5287ce6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: polish
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: wav_filesize
8
+ dtype: int64
9
+ - name: text
10
+ dtype: string
11
+ - name: transcript_wav2vec
12
+ dtype: string
13
+ - name: levenshtein
14
+ dtype: float64
15
+ - name: duration
16
+ dtype: float64
17
+ - name: num_words
18
+ dtype: int64
19
+ - name: speaker_id
20
+ dtype: int64
21
+ splits:
22
+ - name: train
23
+ num_bytes: 11127461686.356
24
+ num_examples: 18719
25
+ - name: dev
26
+ num_bytes: 356048249.0
27
+ num_examples: 853
28
+ - name: test
29
+ num_bytes: 367796887.0
30
+ num_examples: 814
31
+ download_size: 8114633186
32
+ dataset_size: 11851306822.356
33
+ configs:
34
+ - config_name: polish
35
+ data_files:
36
+ - split: train
37
+ path: polish/train-*
38
+ - split: dev
39
+ path: polish/dev-*
40
+ - split: test
41
+ path: polish/test-*
42
+ ---
43
+ # Dataset Card for "cml-tts"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)