holylovenia
commited on
Commit
·
16eec38
1
Parent(s):
18afd2a
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,4 +3,33 @@ tags:
|
|
3 |
- speech-recognition
|
4 |
language:
|
5 |
- ind
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- speech-recognition
|
4 |
language:
|
5 |
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
INDspeech_DIGIT_CDSR is the first Indonesian speech dataset for connected digit speech recognition (CDSR). The data was developed by TELKOMRisTI (R&D Division, PT Telekomunikasi Indonesia) in collaboration with Advanced Telecommunication Research Institute International (ATR) Japan and Bandung Institute of Technology (ITB) under the Asia-Pacific Telecommunity (APT) project in 2004 [Sakti et al., 2004]. Although it was originally developed for a telecommunication system for hearing and speaking impaired people, it can be used for other applications, i.e., automatic call centers that recognize telephone numbers.
|
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-icslp-2004,
|
18 |
+
title = "Indonesian Speech Recognition for Hearing and Speaking Impaired People",
|
19 |
+
author = "Sakti, Sakriani and Hutagaol, Paulus and Arman, Arry Akhmad and Nakamura, Satoshi",
|
20 |
+
booktitle = "Proc. International Conference on Spoken Language Processing (INTERSPEECH - ICSLP)",
|
21 |
+
year = "2004",
|
22 |
+
pages = "1037--1040"
|
23 |
+
address = "Jeju Island, Korea"
|
24 |
+
}
|
25 |
+
```
|
26 |
+
|
27 |
+
## License
|
28 |
+
|
29 |
+
CC-BY-NC-SA-4.0
|
30 |
+
|
31 |
+
## Homepage
|
32 |
+
|
33 |
+
### NusaCatalogue
|
34 |
+
|
35 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|