Instructions to use Matthijs/mms-tts-fra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Matthijs/mms-tts-fra with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Matthijs/mms-tts-fra")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("Matthijs/mms-tts-fra") model = AutoModelForTextToWaveform.from_pretrained("Matthijs/mms-tts-fra") - Notebooks
- Google Colab
- Kaggle
How to create this mode.bin file
#1
by navinaananthan - opened
So i have come across your works you have used some of the facebook/mms-tts model weights to create the model.bin these kind of files can u please tell on how to create these