Instructions to use facebook/mms-lid-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-lid-512 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="facebook/mms-lid-512")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("facebook/mms-lid-512") model = AutoModelForAudioClassification.from_pretrained("facebook/mms-lid-512") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ef24b98 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ade69cbd18ad0bd28182318e25f7fb98eec1494c81604267a73bdab30ce3d6e5
size 3866307223
|