Audio Classification
Transformers
Safetensors
audio-spectrogram-transformer
Generated from Trainer
Eval Results (legacy)
Instructions to use dhaselhan/audio-commands with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dhaselhan/audio-commands with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="dhaselhan/audio-commands")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("dhaselhan/audio-commands") model = AutoModelForAudioClassification.from_pretrained("dhaselhan/audio-commands", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
476f1b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:011ae1d0a3ae27b35335f6cf71ad9789305ef30414387a950614314144f80410
size 4856
|