Instructions to use facebook/mms-tts-ctu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-ctu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-ctu")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-ctu") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-ctu", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6f2c217
1
Parent(s): 7c41a7f
Upload model
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e9a479d8a916a549af2b5c0ecc6d6299c359632987a36e62d801adfc57f8427
|
| 3 |
+
size 145226744
|