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