marsyas/gtzan
Updated • 1.62k • 17
How to use juancopi81/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="juancopi81/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("juancopi81/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("juancopi81/distilhubert-finetuned-gtzan")This model is a fine-tuned version of ntu-spml/distilhubert 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 |
|---|---|---|---|---|
| 2.2841 | 0.98 | 28 | 2.2578 | 0.22 |
| 2.108 | 2.0 | 57 | 2.0031 | 0.55 |
| 1.7117 | 2.98 | 85 | 1.6220 | 0.65 |
| 1.4624 | 4.0 | 114 | 1.4061 | 0.7 |
| 1.2607 | 4.98 | 142 | 1.1969 | 0.69 |
| 1.1162 | 6.0 | 171 | 1.0955 | 0.75 |
| 1.0 | 6.98 | 199 | 0.9670 | 0.78 |
| 0.8864 | 8.0 | 228 | 0.9192 | 0.77 |
| 0.8583 | 8.98 | 256 | 0.8475 | 0.78 |
| 0.8147 | 10.0 | 285 | 0.8214 | 0.77 |
| 0.6572 | 10.98 | 313 | 0.7754 | 0.78 |
| 0.5958 | 12.0 | 342 | 0.7187 | 0.79 |
| 0.4196 | 12.98 | 370 | 0.6732 | 0.83 |
| 0.4515 | 14.0 | 399 | 0.7272 | 0.8 |
| 0.4256 | 14.98 | 427 | 0.6507 | 0.84 |
| 0.3734 | 16.0 | 456 | 0.6587 | 0.83 |
| 0.3541 | 16.98 | 484 | 0.6244 | 0.86 |
| 0.312 | 18.0 | 513 | 0.6363 | 0.84 |
| 0.3287 | 18.98 | 541 | 0.6226 | 0.86 |
| 0.313 | 19.65 | 560 | 0.6228 | 0.85 |