Audio Classification
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use Keeth/test_audio_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Keeth/test_audio_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Keeth/test_audio_classification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Keeth/test_audio_classification") model = AutoModelForAudioClassification.from_pretrained("Keeth/test_audio_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ebc2158 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ed4be0e4d8c19618f1c648527e7691f19f1c1f45ab6571101861e1c674b32d88
size 378314704
|