marsyas/gtzan
Updated • 1.78k • 17
How to use kannt-im/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="kannt-im/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("kannt-im/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("kannt-im/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 |
|---|---|---|---|---|
| 1.9537 | 1.0 | 113 | 1.8990 | 0.45 |
| 1.1785 | 2.0 | 226 | 1.2112 | 0.72 |
| 0.9899 | 3.0 | 339 | 1.0191 | 0.71 |
| 0.6862 | 4.0 | 452 | 0.7588 | 0.76 |
| 0.5588 | 5.0 | 565 | 0.6504 | 0.83 |
| 0.4313 | 6.0 | 678 | 0.6142 | 0.83 |
| 0.2599 | 7.0 | 791 | 0.5568 | 0.84 |
| 0.1257 | 8.0 | 904 | 0.5928 | 0.84 |
| 0.125 | 9.0 | 1017 | 0.5488 | 0.88 |
| 0.0978 | 10.0 | 1130 | 0.5535 | 0.87 |
Base model
ntu-spml/distilhubert