marsyas/gtzan
Updated • 9.28k • 17
How to use tae98/whisper-base.en-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="tae98/whisper-base.en-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("tae98/whisper-base.en-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("tae98/whisper-base.en-finetuned-gtzan")This model is a fine-tuned version of openai/whisper-base.en 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.7396 | 1.0 | 75 | 1.6061 | 0.56 |
| 0.8839 | 2.0 | 150 | 0.8286 | 0.77 |
| 0.7631 | 3.0 | 225 | 0.6353 | 0.81 |
| 0.4049 | 4.0 | 300 | 0.5840 | 0.82 |
| 0.3031 | 5.0 | 375 | 0.4069 | 0.88 |
| 0.3031 | 6.0 | 450 | 0.7152 | 0.81 |
| 0.2879 | 7.0 | 525 | 0.7061 | 0.85 |
| 0.0301 | 8.0 | 600 | 0.5691 | 0.89 |
| 0.0311 | 9.0 | 675 | 0.6153 | 0.88 |
| 0.0025 | 10.0 | 750 | 0.5463 | 0.88 |
| 0.0036 | 11.0 | 825 | 0.6017 | 0.89 |
| 0.0016 | 12.0 | 900 | 0.6859 | 0.85 |
| 0.0014 | 13.0 | 975 | 0.5887 | 0.89 |
| 0.0012 | 14.0 | 1050 | 0.6525 | 0.9 |
| 0.0011 | 15.0 | 1125 | 0.6289 | 0.89 |
| 0.0011 | 16.0 | 1200 | 0.6277 | 0.88 |
| 0.001 | 17.0 | 1275 | 0.6274 | 0.88 |
| 0.0611 | 18.0 | 1350 | 0.6266 | 0.88 |
Base model
openai/whisper-base.en