-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add XTTS Fine tuning gradio demo #3296
Conversation
@WeberJulian Did a Colab notebook to make it accessible for users that do not have GPU: https://colab.research.google.com/drive/1GiI4_X724M8q2W-zZ-jXo7cWTV7RfaH-?usp=sharing We are also planning to do a video tutorial to make it easier for the beginner's users. As soon it is done we can add it on the docs and then merge it :). |
it's still good to have multiple ways of doing the same things, especially since it might not have the same features. |
awesome merged into dev. i was waiting this |
Guys, made a modification webui that was comfortable to use locally |
i think they should merge your pull request all positive changes |
hi @Edresson thank you |
Hi @lpscr, Fine-tuning only works for the supported languages. For non-supported languages it needs a couple of extra steps that are not implemented on the open-source repository. |
@Edresson thank you very much for the reply to know i try use with English method to replace the character Greek to English like i say in here #3229 and results its not very good , sometime it's good but most time not good, anyway , do you plan to support Greek ? i just wonder thank you very much for all your amazing work ! |
@lpscr we plan to support every language. But we need data. If you have some or are willing to help create some, come join our Discord and DM me. For fine-tuning you can try transliteration Greek before passing to the model. So the available vocabulary would work that way. |
This PR has the propose of making XTTS GPT encoder fine-tuning more accessible to beginners users.
It implements a gradio demo that do: