Instructions to use facebook/mms-tts-jic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-jic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-jic")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-jic") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-jic") - Notebooks
- Google Colab
- Kaggle
Commit ·
c8ca8dc
1
Parent(s): 3fc0de2
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:e229abfdf51413db65ada3e0b8c3cd101a1cc285ada1fd9f61af00b8598644eb
|
| 3 |
+
size 145231352
|