marsyas/gtzan
Updated • 1.85k • 17
How to use Maimonator/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Maimonator/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Maimonator/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("Maimonator/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.7358 | 1.0 | 112 | 1.7961 | 0.48 |
| 1.1546 | 2.0 | 225 | 1.2427 | 0.68 |
| 0.993 | 3.0 | 337 | 0.9977 | 0.71 |
| 0.8209 | 4.0 | 450 | 0.7460 | 0.81 |
| 0.3556 | 5.0 | 562 | 0.6936 | 0.83 |
| 0.3828 | 6.0 | 675 | 0.5907 | 0.87 |
| 0.1966 | 7.0 | 787 | 0.5815 | 0.86 |
| 0.2307 | 8.0 | 900 | 0.5688 | 0.84 |
| 0.2076 | 9.0 | 1012 | 0.5973 | 0.88 |
| 0.0817 | 9.96 | 1120 | 0.5773 | 0.87 |