Audio Classification
Transformers
PyTorch
TensorBoard
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use taohoang/whisper-tiny-finetuned-gtzan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use taohoang/whisper-tiny-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="taohoang/whisper-tiny-finetuned-gtzan")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("taohoang/whisper-tiny-finetuned-gtzan") model = AutoModelForAudioClassification.from_pretrained("taohoang/whisper-tiny-finetuned-gtzan") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
882b6aa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f2768a93b52aa6b9301efcd79ad99aaf256462d69bcae907bb6a0ddaf8e772fb
size 3963
|