marsyas/gtzan
Updated • 4.54k • 18
How to use MaxLinggg/distilhubert-gtzan-dropout0.25-split3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="MaxLinggg/distilhubert-gtzan-dropout0.25-split3") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("MaxLinggg/distilhubert-gtzan-dropout0.25-split3")
model = AutoModelForAudioClassification.from_pretrained("MaxLinggg/distilhubert-gtzan-dropout0.25-split3", device_map="auto")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.1701 | 1.0 | 169 | 1.2158 | 0.6633 |
| 1.0623 | 2.0 | 338 | 0.9563 | 0.7033 |
| 0.6686 | 3.0 | 507 | 0.8979 | 0.7067 |
| 0.4958 | 4.0 | 676 | 0.8167 | 0.79 |
| 0.3174 | 5.0 | 845 | 0.8568 | 0.8033 |
| 0.1967 | 6.0 | 1014 | 0.8837 | 0.8067 |
| 0.1126 | 7.0 | 1183 | 0.9364 | 0.8267 |
| 0.0536 | 8.0 | 1352 | 1.0097 | 0.8233 |
| 0.039 | 9.0 | 1521 | 1.0470 | 0.82 |
| 0.0227 | 10.0 | 1690 | 1.0262 | 0.8233 |
Base model
ntu-spml/distilhubert