Instructions to use facebook/mms-tts-abi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-abi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-abi")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-abi") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-abi") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload model 025b6fc
Upload model 335902b
Upload tokenizer 79ebbb1
Upload README.md with huggingface_hub eaf7a7c
Upload model 84d8fa0
Upload model d9820b3
Upload tokenizer 07be811
Upload model f530e64
Upload model 2bb12e7
Upload tokenizer e4fc68f
Upload README.md with huggingface_hub 491a4e8
Upload model 67eaec2
Upload tokenizer e86a7fe
Upload model 1dce6d8
Upload tokenizer 920a879
Upload model 87a6cd4
Upload tokenizer 76786c8
initial commit 83bfd57
Sanchit Gandhi commited on