Instructions to use SPRINGLab/F5-Hindi-24KHz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use SPRINGLab/F5-Hindi-24KHz 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
any possible tamil tts using F5-TTS
hi, Thanks for great work, is there any plans down in the road for tamil tts model using base F5-tts?,or if you provide how did you fine tuned for hindi version like a tutorial, it will be useful, i have went through the official fine tune guide, using gradio etc, but i have a doubt about vocab.txt, if it possible to add the tutorial guide for which you used to fine tune hindi it will really helpfull
I do have plans for training Tamil too, once I get some time and the compute is available. For vocab, you can just use all the characters of your language along with digits and punctuation.
Also you can follow the official guide for pretraining/finetuning. I haven't done much different other than removing the convert_char_to_pinyin function.