Instructions to use resproj007/mms_severity_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use resproj007/mms_severity_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="resproj007/mms_severity_classifier")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("resproj007/mms_severity_classifier") model = AutoModelForAudioClassification.from_pretrained("resproj007/mms_severity_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 785f36d04677609c30e06522f3f48ed8447cce2b4a99fe86a84989fa5444d366
- Size of remote file:
- 5.91 kB
- SHA256:
- 69ac139922d475a267d596b5cf9f21bb70737c75a061057064e068e34a7a1af8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.