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