holylovenia
commited on
Commit
·
7102684
1
Parent(s):
f1d84ba
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-speech
|
4 |
+
language:
|
5 |
+
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
INDspeech_NEWS_TTS is a speech dataset for developing an Indonesian text-to-speech synthesis system. The data was developed by Advanced Telecommunication Research Institute International (ATR) Japan under the the Asian speech translation advanced research (A-STAR) project [Sakti et al., 2013].
|
9 |
+
|
10 |
+
|
11 |
+
## Dataset Usage
|
12 |
+
|
13 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
14 |
+
|
15 |
+
## Citation
|
16 |
+
|
17 |
+
```@inproceedings{sakti-tts-cocosda-2008,
|
18 |
+
title = "Development of HMM-based Indonesian Speech Synthesis",
|
19 |
+
author = "Sakti, Sakriani and Maia, Ranniery and Sakai, Shinsuke and Nakamura, Satoshi",
|
20 |
+
booktitle = "Proc. Oriental COCOSDA",
|
21 |
+
year = "2008",
|
22 |
+
pages = "215--220"
|
23 |
+
address = "Kyoto, Japan"
|
24 |
+
}
|
25 |
+
|
26 |
+
@inproceedings{sakti-tts-malindo-2010,
|
27 |
+
title = "Quality and Intelligibility Assessment of Indonesian HMM-Based Speech Synthesis System",
|
28 |
+
author = "Sakti, Sakriani and Sakai, Shinsuke and Isotani, Ryosuke and Kawai, Hisashi and Nakamura, Satoshi",
|
29 |
+
booktitle = "Proc. MALINDO",
|
30 |
+
year = "2010",
|
31 |
+
pages = "51--57"
|
32 |
+
address = "Jakarta, Indonesia"
|
33 |
+
}
|
34 |
+
|
35 |
+
@article{sakti-s2st-csl-2013,
|
36 |
+
title = "{A-STAR}: Toward Tranlating Asian Spoken Languages",
|
37 |
+
author = "Sakti, Sakriani and Paul, Michael and Finch, Andrew and Sakai, Shinsuke and Thang, Tat Vu, and Kimura, Noriyuki
|
38 |
+
and Hori, Chiori and Sumita, Eiichiro and Nakamura, Satoshi and Park, Jun and Wutiwiwatchai, Chai and Xu, Bo and Riza, Hammam
|
39 |
+
and Arora, Karunesh and Luong, Chi Mai and Li, Haizhou",
|
40 |
+
journal = "Special issue on Speech-to-Speech Translation, Computer Speech and Language Journal",
|
41 |
+
volume = "27",
|
42 |
+
number ="2",
|
43 |
+
pages = "509--527",
|
44 |
+
year = "2013",
|
45 |
+
publisher = "Elsevier"
|
46 |
+
}
|
47 |
+
```
|
48 |
+
|
49 |
+
## License
|
50 |
+
|
51 |
+
CC-BY-NC-SA 4.0
|
52 |
+
|
53 |
+
## Homepage
|
54 |
+
|
55 |
+
### NusaCatalogue
|
56 |
+
|
57 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|