marsyas/gtzan
Updated • 1.8k • 17
How to use KoRiF/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="KoRiF/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("KoRiF/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("KoRiF/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.0326 | 1.0 | 7 | 0.5762 | 0.9 |
| 0.95 | 2.0 | 14 | 0.5924 | 0.9 |
| 0.9304 | 3.0 | 21 | 0.5446 | 0.9 |
| 0.4207 | 4.0 | 28 | 0.6466 | 0.88 |
| 0.261 | 5.0 | 35 | 0.7321 | 0.88 |