Instructions to use facebook/mms-1b-l1107 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-1b-l1107 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="facebook/mms-1b-l1107")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("facebook/mms-1b-l1107") model = AutoModelForCTC.from_pretrained("facebook/mms-1b-l1107", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 56c622e1daca5180c0fc66f03a4c226ca2542d9adde40271ec730c7d4828ee5d
- Size of remote file:
- 8.86 MB
- SHA256:
- 6fd1c2ed991368e239aab589b28eabe2cf45c7419a2076be462152a1fc662f4f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.