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