holylovenia commited on
Commit
d5bd325
1 Parent(s): 881e54a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -1
README.md CHANGED
@@ -3,4 +3,53 @@ tags:
3
  - speech-recognition
4
  language:
5
  - ind
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - speech-recognition
4
  language:
5
  - ind
6
+ ---
7
+
8
+ This is the first Indonesian speech dataset for large vocabulary continuous speech recognition (LVCSR) with more than 40 hours of speech and 400 speakers [Sakti et al., 2008]. R&D Division of PT Telekomunikasi Indonesia (TELKOMRisTI) developed the data in 2005-2006, in collaboration with Advanced Telecommunication Research Institute International (ATR) Japan, as the continuation of the Asia-Pacific Telecommunity (APT) project [Sakti et al., 2004]. It has also been successfully used for developing Indonesian LVCSR in 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-tcast-2008,
18
+ title = "Development of {I}ndonesian Large Vocabulary Continuous Speech Recognition System within {A-STAR} Project",
19
+ author = "Sakti, Sakriani and Kelana, Eka and Riza, Hammam and Sakai, Shinsuke and Markov, Konstantin and Nakamura, Satoshi",
20
+ booktitle = "Proc. IJCNLP Workshop on Technologies and Corpora for Asia-Pacific Speech Translation (TCAST)",
21
+ year = "2008",
22
+ pages = "19--24"
23
+ address = "Hyderabad, India"
24
+ }
25
+
26
+ @inproceedings{sakti-icslp-2004,
27
+ title = "Indonesian Speech Recognition for Hearing and Speaking Impaired People",
28
+ author = "Sakti, Sakriani and Hutagaol, Paulus and Arman, Arry Akhmad and Nakamura, Satoshi",
29
+ booktitle = "Proc. International Conference on Spoken Language Processing (INTERSPEECH - ICSLP)",
30
+ year = "2004",
31
+ pages = "1037--1040"
32
+ address = "Jeju Island, Korea"
33
+ }
34
+
35
+ @article{sakti-s2st-csl-2013,
36
+ title = "{A-STAR}: Toward Translating Asian Spoken Languages",
37
+ author = "Sakti, Sakriani and Paul, Michael and Finch, Andrew and Sakai, Shinsuke and Thang, Tat Vu, and Kimura, Noriyuki and Hori, Chiori and Sumita, Eiichiro and Nakamura, Satoshi and Park, Jun and Wutiwiwatchai, Chai and Xu, Bo and Riza, Hammam and Arora, Karunesh and Luong, Chi Mai and Li, Haizhou",
38
+ journal = "Special issue on Speech-to-Speech Translation, Computer Speech and Language Journal",
39
+ volume = "27",
40
+ number ="2",
41
+ pages = "509--527",
42
+ year = "2013",
43
+ publisher = "Elsevier"
44
+ }
45
+ ```
46
+
47
+ ## License
48
+
49
+ CC BY-NC-SA 4.0
50
+
51
+ ## Homepage
52
+
53
+ ### NusaCatalogue
54
+
55
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)