marsyas/gtzan
Updated • 1.84k • 17
How to use MacByner/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="MacByner/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("MacByner/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("MacByner/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.3647 | 1.0 | 899 | 1.2020 | 0.65 |
| 1.0999 | 2.0 | 1798 | 1.1490 | 0.7 |
| 0.1482 | 3.0 | 2697 | 1.0125 | 0.73 |
Base model
ntu-spml/distilhubert