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