Instructions to use facebook/hf-seamless-m4t-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/hf-seamless-m4t-medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/hf-seamless-m4t-medium")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/hf-seamless-m4t-medium") model = AutoModel.from_pretrained("facebook/hf-seamless-m4t-medium", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#21
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60b9bc09164a389a111e0ef40ac836366d6d3f4eaa02658397b82aee6ceac393
|
| 3 |
+
size 4838113608
|