marsyas/gtzan
Updated • 1.85k • 17
How to use Winmodel/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Winmodel/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Winmodel/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("Winmodel/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.2268 | 0.99 | 56 | 2.1858 | 0.48 |
| 1.7472 | 2.0 | 113 | 1.6259 | 0.58 |
| 1.3293 | 2.99 | 169 | 1.1815 | 0.72 |
| 1.0368 | 4.0 | 226 | 1.0176 | 0.69 |
| 0.8106 | 4.99 | 282 | 0.8129 | 0.76 |
| 0.5371 | 6.0 | 339 | 0.8296 | 0.72 |
| 0.6545 | 6.99 | 395 | 0.7186 | 0.77 |
| 0.4676 | 8.0 | 452 | 0.6627 | 0.76 |
| 0.2729 | 8.99 | 508 | 0.5993 | 0.84 |
| 0.2113 | 10.0 | 565 | 0.6360 | 0.8 |
| 0.1475 | 10.99 | 621 | 0.6244 | 0.78 |
| 0.0616 | 12.0 | 678 | 0.6762 | 0.83 |
| 0.0429 | 12.99 | 734 | 0.7241 | 0.82 |
| 0.0259 | 14.0 | 791 | 0.7547 | 0.82 |
| 0.0207 | 14.99 | 847 | 0.7636 | 0.82 |
| 0.0179 | 16.0 | 904 | 0.7817 | 0.82 |
| 0.0304 | 16.99 | 960 | 0.7976 | 0.81 |
| 0.0146 | 18.0 | 1017 | 0.8193 | 0.81 |
| 0.0135 | 18.99 | 1073 | 0.8402 | 0.8 |
| 0.0136 | 19.82 | 1120 | 0.8614 | 0.8 |
Base model
ntu-spml/distilhubert