marsyas/gtzan
Updated • 1.66k • 17
How to use MaxLinggg/distilhubert-gtzan-dropout0.5-split3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="MaxLinggg/distilhubert-gtzan-dropout0.5-split3") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("MaxLinggg/distilhubert-gtzan-dropout0.5-split3")
model = AutoModelForAudioClassification.from_pretrained("MaxLinggg/distilhubert-gtzan-dropout0.5-split3")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.2494 | 1.0 | 169 | 1.6148 | 0.3567 |
| 1.3848 | 2.0 | 338 | 1.2414 | 0.5367 |
| 0.9986 | 3.0 | 507 | 1.1854 | 0.6667 |
| 0.8158 | 4.0 | 676 | 1.1794 | 0.66 |
| 0.6374 | 5.0 | 845 | 0.8165 | 0.77 |
| 0.5492 | 6.0 | 1014 | 0.8800 | 0.77 |
| 0.3894 | 7.0 | 1183 | 1.0214 | 0.7633 |
| 0.3228 | 8.0 | 1352 | 0.9884 | 0.7767 |
| 0.2557 | 9.0 | 1521 | 0.9522 | 0.7833 |
| 0.2127 | 10.0 | 1690 | 0.9253 | 0.7867 |
Base model
ntu-spml/distilhubert