holylovenia commited on
Commit
3ce71e3
1 Parent(s): ea8d63b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-speech
4
+ language:
5
+ - jav
6
+ ---
7
+
8
+ This data set contains high-quality transcribed audio data for Javanese.
9
+ The data set consists of wave files, and a TSV file.
10
+ The file line_index.tsv contains a filename and the transcription of audio in the file.
11
+ Each filename is prepended with a speaker identification number.
12
+ The data set has been manually quality checked, but there might still be errors.
13
+ This dataset was collected by Google in collaboration with Gadjah Mada University in Indonesia.
14
+
15
+
16
+ ## Dataset Usage
17
+
18
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
19
+
20
+ ## Citation
21
+
22
+ ```@inproceedings{sodimana18_sltu,
23
+ author={Keshan Sodimana and Pasindu {De Silva} and Supheakmungkol Sarin and Oddur Kjartansson and Martin Jansche and Knot Pipatsrisawat and Linne Ha},
24
+ title={{A Step-by-Step Process for Building TTS Voices Using Open Source Data and Frameworks for Bangla, Javanese, Khmer, Nepali, Sinhala, and Sundanese}},
25
+ year=2018,
26
+ booktitle={Proc. 6th Workshop on Spoken Language Technologies for Under-Resourced Languages (SLTU 2018)},
27
+ pages={66--70},
28
+ doi={10.21437/SLTU.2018-14}
29
+ }
30
+ ```
31
+
32
+ ## License
33
+
34
+ See https://www.openslr.org/resources/41/LICENSE file for license information. Attribution-ShareAlike 4.0 (CC BY-SA 4.0).
35
+
36
+ ## Homepage
37
+
38
+ ### NusaCatalogue
39
+
40
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)