marsyas/gtzan
Updated • 1.85k • 17
How to use menevsem/whisper-tiny-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="menevsem/whisper-tiny-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("menevsem/whisper-tiny-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("menevsem/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 |
|---|---|---|---|---|
| 0.0107 | 0.98 | 28 | 0.5000 | 0.86 |
| 0.1932 | 2.0 | 57 | 0.6231 | 0.85 |
| 0.0589 | 2.98 | 85 | 0.7759 | 0.81 |
| 0.0475 | 4.0 | 114 | 0.4744 | 0.9 |
| 0.0303 | 4.98 | 142 | 0.6446 | 0.88 |
| 0.0037 | 6.0 | 171 | 0.4784 | 0.88 |
| 0.0014 | 6.98 | 199 | 0.6325 | 0.86 |
| 0.0015 | 8.0 | 228 | 0.6423 | 0.88 |
| 0.0012 | 8.98 | 256 | 0.5485 | 0.89 |
| 0.0231 | 9.82 | 280 | 0.5532 | 0.89 |
Base model
openai/whisper-tiny