Instructions to use facebook/mms-300m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-300m with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("facebook/mms-300m") model = AutoModelForPreTraining.from_pretrained("facebook/mms-300m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4ee317c
1
Parent(s): 31a758e
Change the license (#1)
Browse files- Change the license (ef858efd4e64a65d4c92a60099a77a6b501dc43c)
Co-authored-by: Wannaphong Phatthiyaphaibun <wannaphong@users.noreply.huggingface.co>