File size: 946 Bytes
ee2739e
 
 
c902d51
 
 
ee2739e
 
 
 
 
 
24bb5af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- ms
task_categories:
- automatic-speech-recognition
- text-to-speech
---

# Pseudolabel Nusantara audiobooks using Whisper Large V3

Notebooks at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/nusantara-audiobook

1. Split based on 3 utterances using WebRTC VAD.

## how-to

Download files,

```bash
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/dari-pasentran-ke-istana.gz
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/salina.gz
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/turki.gz
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/nusantara-audiobook-part1.json
wget https://huggingface.co/datasets/mesolitica/nusantara-audiobook/resolve/main/nusantara-audiobook-part2.json
tar -xf dari-pasentran-ke-istana.gz
tar -xf turki.gz
tar -xf salina.gz
```