File size: 903 Bytes
dff32e2
 
 
 
 
 
 
 
c53af2a
 
 
 
 
 
 
 
9e9189e
c53af2a
 
 
d59f3c1
329757b
e2fa9f4
8d66aa7
9e9189e
d59f3c1
 
 
b471424
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
language:
- en
pretty_name: imda-
---

# IMDA National Speech Corpus (NSC) Speech-to-Text

Originally from https://www.imda.gov.sg/how-we-can-help/national-speech-corpus, this repository simply a mirror. This dataset associated with Singapore Open Data Licence, https://www.sla.gov.sg/newsroom/statistics/singapore-open-data-licence

We uploaded mp3 files and compressed using 7z,

```bash
7za x part1-mp3.7z.001
```

All notebooks at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text/imda

## total lengths

1. part 1, 1117.9866586978865 hours
2. part 2, 1052.1777120312486 hours
3. part 3, 2162.4968734548597 hours
4. part 4, 2133.685638097089 hours
5. part 5, 2044.5220318402826 hours

## Why no HuggingFace dataset format?

We had bad experiences with HuggingFace dataset format to load huge dataset. Reading mp3 files during iteration is much more faster and efficient.