marsyas/gtzan
Updated • 1.76k • 17
How to use eduiqe/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="eduiqe/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("eduiqe/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("eduiqe/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 |
|---|---|---|---|---|
| 0.0022 | 0.04 | 5 | 1.3345 | 0.84 |
| 0.0001 | 0.09 | 10 | 1.6624 | 0.82 |
Base model
ntu-spml/distilhubert