marsyas/gtzan
Updated • 8.09k • 17
How to use davidggphy/whisper-tiny-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="davidggphy/whisper-tiny-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("davidggphy/whisper-tiny-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("davidggphy/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.0028 | 0.98 | 28 | 0.4659 | 0.88 |
| 0.0197 | 2.0 | 57 | 0.4713 | 0.9 |
| 0.019 | 2.98 | 85 | 0.5138 | 0.9 |
| 0.0133 | 4.0 | 114 | 0.4830 | 0.88 |
| 0.0117 | 4.91 | 140 | 0.4853 | 0.87 |
Base model
openai/whisper-tiny