Duplicated from facebook/seamless-m4t-v2-large
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")
The community tab is the place to discuss and collaborate with the HF community!