marsyas/gtzan
Updated • 1.66k • 17
How to use quentinbch/whisper-tiny-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="quentinbch/whisper-tiny-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("quentinbch/whisper-tiny-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("quentinbch/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.7863 | 1.0 | 57 | 1.5165 | 0.64 |
| 0.9074 | 2.0 | 114 | 0.9433 | 0.67 |
| 0.5972 | 3.0 | 171 | 0.6179 | 0.8 |
| 0.3472 | 4.0 | 228 | 0.5855 | 0.78 |
| 0.2699 | 5.0 | 285 | 0.4670 | 0.84 |
| 0.1025 | 6.0 | 342 | 0.5236 | 0.81 |
| 0.0892 | 7.0 | 399 | 0.4453 | 0.85 |
| 0.0163 | 8.0 | 456 | 0.4244 | 0.91 |
| 0.0109 | 9.0 | 513 | 0.3771 | 0.9 |
| 0.01 | 10.0 | 570 | 0.4198 | 0.88 |
Base model
openai/whisper-tiny