marsyas/gtzan
Updated • 1.77k • 17
How to use 2010b9/whisper-tiny-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="2010b9/whisper-tiny-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("2010b9/whisper-tiny-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("2010b9/whisper-tiny-finetuned-gtzan")This model is a fine-tuned version of openai/whisper-tiny on the GTZAN dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 1.4155 | 1.0 | 225 | 1.1018 | 0.72 |
| 0.7952 | 2.0 | 450 | 1.0331 | 0.68 |
| 0.5194 | 3.0 | 675 | 0.5951 | 0.82 |
| 0.7917 | 4.0 | 900 | 0.5434 | 0.87 |
| 0.0147 | 5.0 | 1125 | 0.6317 | 0.86 |
| 0.006 | 6.0 | 1350 | 0.8828 | 0.85 |
| 0.0015 | 7.0 | 1575 | 0.7362 | 0.87 |
| 0.0009 | 8.0 | 1800 | 0.6188 | 0.91 |
| 0.0008 | 9.0 | 2025 | 0.6527 | 0.91 |
| 0.0007 | 10.0 | 2250 | 0.6410 | 0.91 |
Base model
openai/whisper-tiny