Commit
·
24bb5af
1
Parent(s):
ee2739e
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,19 @@ language:
|
|
7 |
|
8 |
Notebooks at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/nusantara-audiobook
|
9 |
|
10 |
-
1. Split based on 3 utterances using WebRTC VAD.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
Notebooks at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/nusantara-audiobook
|
9 |
|
10 |
+
1. Split based on 3 utterances using WebRTC VAD.
|
11 |
+
|
12 |
+
## how-to
|
13 |
+
|
14 |
+
Download files,
|
15 |
+
|
16 |
+
```bash
|
17 |
+
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/dari-pasentran-ke-istana.gz
|
18 |
+
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/salina.gz
|
19 |
+
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/turki.gz
|
20 |
+
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/nusantara-audiobook-part1.json
|
21 |
+
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/nusantara-audiobook-part2.json
|
22 |
+
tar -xf dari-pasentran-ke-istana.gz
|
23 |
+
tar -xf turki.gz
|
24 |
+
tar -xf salina.gz
|
25 |
+
```
|