How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="badaoui/tiny-random-seamless-m4t")
# Load model directly
from transformers import AutoProcessor, AutoModel

processor = AutoProcessor.from_pretrained("badaoui/tiny-random-seamless-m4t")
model = AutoModel.from_pretrained("badaoui/tiny-random-seamless-m4t")
Quick Links

Tiny Random SeamlessM4T Model Configuration

This is a tiny configuration for facebook/hf-seamless-m4t-medium with reduced dimensions, designed for testing purposes.

Downloads last month
8
Safetensors
Model size
1 params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support