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