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