marsyas/gtzan
Updated • 1.89k • 17
How to use jkorstad/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="jkorstad/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("jkorstad/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("jkorstad/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.0118 | 2.6667 | 100 | 1.4117 | 0.75 |
| 0.0083 | 5.3333 | 200 | 1.4954 | 0.74 |
| 0.0057 | 8.0 | 300 | 1.6342 | 0.75 |
| 0.0047 | 10.6667 | 400 | 1.6888 | 0.77 |
| 0.0031 | 13.3333 | 500 | 1.6774 | 0.77 |
| 0.0028 | 16.0 | 600 | 1.7023 | 0.77 |
| 0.0033 | 18.6667 | 700 | 1.7182 | 0.77 |
Base model
ntu-spml/distilhubert