marsyas/gtzan
Updated • 1.49k • 17
How to use jarguello76/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="jarguello76/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("jarguello76/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("jarguello76/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.1051 | 1.0 | 113 | 2.1497 | 0.37 |
| 1.8425 | 2.0 | 226 | 1.8414 | 0.51 |
| 1.529 | 3.0 | 339 | 1.4372 | 0.64 |
| 1.1083 | 4.0 | 452 | 1.1113 | 0.74 |
| 0.8602 | 5.0 | 565 | 0.8216 | 0.79 |
| 0.5928 | 6.0 | 678 | 0.7559 | 0.77 |
| 0.3821 | 7.0 | 791 | 0.6388 | 0.81 |
| 0.4732 | 8.0 | 904 | 0.5476 | 0.86 |
| 0.303 | 9.0 | 1017 | 0.5160 | 0.9 |
| 0.3458 | 10.0 | 1130 | 0.5391 | 0.87 |