marsyas/gtzan
Updated • 1.71k • 17
How to use derek-thomas/distilhubert-finetuned-gtzan-efficient with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="derek-thomas/distilhubert-finetuned-gtzan-efficient") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("derek-thomas/distilhubert-finetuned-gtzan-efficient")
model = AutoModelForAudioClassification.from_pretrained("derek-thomas/distilhubert-finetuned-gtzan-efficient")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.0684 | 1.0 | 57 | 2.0340 | 0.45 |
| 1.6234 | 2.0 | 114 | 1.5087 | 0.57 |
| 1.1514 | 3.0 | 171 | 1.1417 | 0.71 |
| 1.0613 | 4.0 | 228 | 1.0161 | 0.74 |
| 0.7455 | 5.0 | 285 | 0.8655 | 0.76 |
| 0.7499 | 6.0 | 342 | 0.8169 | 0.76 |
| 0.5741 | 7.0 | 399 | 0.7420 | 0.81 |
| 0.4896 | 8.0 | 456 | 0.6782 | 0.81 |
| 0.508 | 9.0 | 513 | 0.6759 | 0.8 |
| 0.5619 | 10.0 | 570 | 0.6663 | 0.83 |