voice-biomarkers commited on
Commit
0fb2cba
·
verified ·
1 Parent(s): 31ba220

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -16,4 +16,42 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ task_categories:
20
+ - automatic-speech-recognition
21
+ size_categories:
22
+ - 1K<n<10K
23
  ---
24
+
25
+
26
+ # High quality TTS data for four South African languages - Setswana
27
+
28
+ ### Source - https://openslr.org/32/
29
+ ### Identifier: SLR32
30
+
31
+ Summary: Multi-speaker TTS data for four South African languages - Setswana
32
+
33
+ License: Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
34
+
35
+ About this resource:
36
+
37
+ This data set contains multi-speaker high quality transcribed audio data for four languages of South Africa. The data set consists of wave files, and a TSV file transcribing the audio. In each folder, the file line_index.tsv contains a FileID, which in turn contains the UserID and the Transcription of audio in the file.
38
+ The data set has had some quality checks, but there might still be errors.
39
+
40
+ This data set was collected by as a collaboration between North West University and Google.
41
+
42
+ If you use this data in publications, please cite it as follows:
43
+
44
+ ```
45
+ @inproceedings{van-niekerk-etal-2017,
46
+ title = {{Rapid development of TTS corpora for four South African languages}},
47
+ author = {Daniel van Niekerk and Charl van Heerden and Marelie Davel and Neil Kleynhans and Oddur Kjartansson and Martin Jansche and Linne Ha},
48
+ booktitle = {Proc. Interspeech 2017},
49
+ pages = {2178--2182},
50
+ address = {Stockholm, Sweden},
51
+ month = aug,
52
+ year = {2017},
53
+ URL = {http://dx.doi.org/10.21437/Interspeech.2017-1139}
54
+ }
55
+ ```
56
+
57
+ Copyright 2017 Google, Inc.