File size: 755 Bytes
dff32e2
 
 
 
 
 
 
 
c53af2a
 
 
 
 
 
 
 
 
 
 
 
d59f3c1
 
 
 
 
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
---
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/malaya-speech/tree/malaysian-speech/data/imda

## total lengths

1. part 1, 1117.9866586978865 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 effcient.