--- 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 ```