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
- Xet hash:
- 74a0622a3f6ef4a30bf243d66ea8072fffaa4b5f8ecf83fbb841630ca97ec358
- Size of remote file:
- 4.86 kB
- SHA256:
- 011ae1d0a3ae27b35335f6cf71ad9789305ef30414387a950614314144f80410
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.