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