holylovenia commited on
Commit
9a9c7df
·
1 Parent(s): 6c0216e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -3,4 +3,49 @@ 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 small vocabulary continuous speech recognition (SVCSR).
9
+ The data was developed by TELKOMRisTI (R&D Division, PT Telekomunikasi Indonesia) in collaboration with Advanced
10
+ Telecommunication Research Institute International (ATR) Japan and Bandung Institute of Technology (ITB) under the
11
+ Asia-Pacific Telecommunity (APT) project in 2004 [Sakti et al., 2004]. Although it was originally developed for
12
+ a telecommunication system for hearing and speaking impaired people, it can be used for other applications,
13
+ i.e., automatic call centers. Furthermore, as all speakers utter the same sentences,
14
+ it can also be used for voice conversion tasks.
15
+
16
+ The text is based on a word vocabulary which is derived from some necessary dialog calls,
17
+ such as dialog calls with the 119 emergency department, 108 telephone information department,
18
+ and ticket reservation department. In total, it consists of 20,000 utterances (about 18 hours of speech) from the
19
+ 70-word dialog vocabulary of 100 sentences (including single word sentences) each uttered by 200 speakers
20
+ (100 Females, 100 Males). The age is limited to middle age (20-40 years), but they present a wide range of spoken
21
+ dialects from different ethnic groups. The recording is conducted in parallel for both clean and telephone speech,
22
+ but we open only the clean speech due to quality issues on telephone speech.
23
+ Each audio file is a single-channel 16-bit PCM WAV with a sample rate of 16000 Hz.
24
+ These utterances are equally split into training and test sets with 100 speakers (50 Females, 50 Males) in each set.
25
+
26
+
27
+ ## Dataset Usage
28
+
29
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
30
+
31
+ ## Citation
32
+
33
+ @inproceedings{sakti-icslp-2004,
34
+ title = "Indonesian Speech Recognition for Hearing and Speaking Impaired People",
35
+ author = "Sakti, Sakriani and Hutagaol, Paulus and Arman, Arry Akhmad and Nakamura, Satoshi",
36
+ booktitle = "Proc. International Conference on Spoken Language Processing (INTERSPEECH - ICSLP)",
37
+ year = "2004",
38
+ pages = "1037--1040"
39
+ address = "Jeju Island, Korea"
40
+ }
41
+
42
+
43
+ ## License
44
+
45
+ CC-BY-NC-SA-4.0
46
+
47
+ ## Homepage
48
+
49
+ ### NusaCatalogue
50
+
51
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)