Instructions to use PlotweaverAI/f5-tts-yoruba-vocab-modified with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use PlotweaverAI/f5-tts-yoruba-vocab-modified with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
F5-TTS Yoruba
Fine-tuned F5-TTS (F5TTS_v1_Base) for Yoruba text-to-speech with zero-shot voice cloning.
Files
model_last.ptโ EMA-pruned checkpoint for inferencevocab.txtโ custom vocabulary (base + Yoruba graphemes / combining tone marks)
Inference
from f5_tts.api import F5TTS
m = F5TTS(model="F5TTS_v1_Base", ckpt_file="model_last.pt", vocab_file="vocab.txt", use_ema=True)
wav, sr, _ = m.infer(ref_file="ref.wav", ref_text="<ref transcript>", gen_text="<yoruba text>")
If outputs are noise, retry with use_ema=False.
Notes
- Text must be NFC-normalised, matching the training frontend.
- License: verify against the base model before commercial use.
- Downloads last month
- 29