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