Instructions to use lukmanaj/hf-seamless-m4t-medium-en-tw-3-ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lukmanaj/hf-seamless-m4t-medium-en-tw-3-ep with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("lukmanaj/hf-seamless-m4t-medium-en-tw-3-ep") model = AutoModelForMultimodalLM.from_pretrained("lukmanaj/hf-seamless-m4t-medium-en-tw-3-ep") - Notebooks
- Google Colab
- Kaggle