CoolFace
Datasetpublic

skilledu/Malaysian-TTS-v2

Malaysian TTS v2 Generate Malay and localize English for TTS dataset, currently only support 2 speakers, husein and idayu, where total audio is 4642.77 hours. How to prepare the dataset huggingface-cli download \ mesolitica/Malaysian-TTS-v2 \ --include "all-*.zip" \ --repo-type "dataset" \ --local-dir './' huggingface-cli download \ mesolitica/STT-Normalizer \ --include "*husein*.zip" \ --exclude "*force*" \ --repo-type "dataset" \ --local-dir './'… See the full description on the dataset page: https://huggingface.co/datasets/skilledu/Malaysian-TTS-v2.

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes31downloads
Dataset Card

Malaysian TTS v2

Generate Malay and localize English for TTS dataset, currently only support 2 speakers, husein and idayu, where total audio is 4642.77 hours.

How to prepare the dataset

bash
huggingface-cli download \
mesolitica/Malaysian-TTS-v2 \
--include "all-*.zip" \
--repo-type "dataset" \
--local-dir './'

huggingface-cli download \
mesolitica/STT-Normalizer \
--include "*husein*.zip" \
--exclude "*force*" \
--repo-type "dataset" \
--local-dir './'

huggingface-cli download \
mesolitica/STT-Normalizer \
--include "*idayu*.zip" \
--exclude "*force*" \
--repo-type "dataset" \
--local-dir './'

wget https://gist.githubusercontent.com/huseinzol05/2e26de4f3b29d99e993b349864ab6c10/raw/9b2251f3ff958770215d70c8d82d311f82791b78/unzip.py
python3 unzip.py

Chunk based, optional

bash
huggingface-cli download \
mesolitica/Malaysian-TTS-v2 \
--include "tts-filtered-chunk-rows-audio-dedup-*.zip" \
--repo-type "dataset" \
--local-dir './'

wget https://huggingface.co/datasets/mesolitica/Malaysian-TTS-v2/resolve/main/chunk.parquet

wget https://gist.githubusercontent.com/huseinzol05/2e26de4f3b29d99e993b349864ab6c10/raw/9b2251f3ff958770215d70c8d82d311f82791b78/unzip.py
python3 unzip.py

Acknowledgement

Special thanks to https://www.sns.com.my and Nvidia for 8x H100 node!