toandev/F5-TTS-Vietnamese
Updated
audio
audioduration (s) 7.62
9.31
|
---|
🔔🔔🔔 visit https://github.com/NTT123/vietTTS for a vietnamese TTS library (included pretrained models). 🔔🔔🔔
The text is from a collection of novels and short stories from the author "Vu Trong Phung." The text is in public domain. The audio is generated by Google Text-to-Speech offline engine on Android. The audio is NOT for commercial use.
Dataset size: 5.4G
.
Total audio duration: 35.9 hours
.
Sample 1:
"Ai" đây tức là một kẻ ăn mày vậy. Anh ta chưa kịp quay đi thì đã thấy mấy con chó vàng chạy xồng xộc ra cứ nhảy xổ vào chân anh.
Sample 2:
Ừ, thế mày đã nuôi được bố mẹ mày bữa nào chưa, hay xưa nay vẫn báo hại cơm cha áo mẹ mãi? Mấy hôm thấy ông đơ mặt không thèm nói, mày lại làm già à?
Get the dataset from here: link. Or, run the following commands:
wget https://huggingface.co/datasets/ntt123/viet-tts-dataset/resolve/main/viet-tts.tar.gz -O viet-tts.tar.gz
mkdir -p dataset
tar -C dataset -xzf viet-tts.tar.gz
dataset
directory structure:
dataset
├── collections.txt
├── meta_data.tsv
└── wav
├── 000000.wav
├── 000001.wav
├── 000002.wav
├── 000003.wav
...