Automatic Speech Recognition
Transformers
Safetensors
seamless_m4t_v2
feature-extraction
audio-to-audio
text-to-speech
seamless_communication
Instructions to use osanseviero/seamless-copy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osanseviero/seamless-copy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="osanseviero/seamless-copy")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("osanseviero/seamless-copy") model = AutoModel.from_pretrained("osanseviero/seamless-copy") - Notebooks
- Google Colab
- Kaggle