Instructions to use facebook/mms-tts-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-eng with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-eng")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-eng") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-eng") - Notebooks
- Google Colab
- Kaggle
How to fine tune this model
#6
by Mavisfsew - opened
Please I need help on how to fine tune this model
Easy if you use my version. The problem is that it was made for Bulgarian and you have to correct it and add your D_100000.pth and G_100000.pth models. As well as their settings files.
https://huggingface.co/batvanio12/Bg-TTS-Vits-MMS-checkpoint/tree/main/Fine-Tuning
Below in the link, look for the things you need for your language.
https://huggingface.co/facebook/mms-tts/tree/main/full_models