marsyas/gtzan
Updated • 4.37k • 18
How to use ephm3ral/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="ephm3ral/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("ephm3ral/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("ephm3ral/distilhubert-finetuned-gtzan", device_map="auto")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.9405 | 1.0 | 113 | 1.8762 | 0.55 |
| 1.2159 | 2.0 | 226 | 1.2500 | 0.64 |
| 1.0701 | 3.0 | 339 | 1.0760 | 0.69 |
| 0.6849 | 4.0 | 452 | 0.8370 | 0.77 |
| 0.5858 | 5.0 | 565 | 0.6791 | 0.83 |
| 0.3989 | 6.0 | 678 | 0.5868 | 0.82 |
| 0.3409 | 7.0 | 791 | 0.5665 | 0.86 |
| 0.1776 | 8.0 | 904 | 0.5628 | 0.84 |
| 0.1954 | 9.0 | 1017 | 0.5344 | 0.86 |
| 0.1332 | 10.0 | 1130 | 0.5355 | 0.87 |
Base model
ntu-spml/distilhubert