Instructions to use mms-meta/mms-zeroshot-300m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mms-meta/mms-zeroshot-300m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="mms-meta/mms-zeroshot-300m")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("mms-meta/mms-zeroshot-300m") model = AutoModelForCTC.from_pretrained("mms-meta/mms-zeroshot-300m") - Notebooks
- Google Colab
- Kaggle
Ctrl+K