marsyas/gtzan
Updated • 1.61k • 17
How to use Frorozcol/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Frorozcol/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Frorozcol/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("Frorozcol/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.9627 | 1.0 | 113 | 1.9008 | 0.51 |
| 1.2185 | 2.0 | 226 | 1.2541 | 0.68 |
| 0.8868 | 3.0 | 339 | 1.0025 | 0.7 |
| 0.6438 | 4.0 | 452 | 0.8160 | 0.77 |
| 0.4255 | 5.0 | 565 | 0.7545 | 0.79 |
| 0.3223 | 6.0 | 678 | 0.6584 | 0.82 |
| 0.2756 | 7.0 | 791 | 0.7826 | 0.76 |
| 0.186 | 8.0 | 904 | 0.6439 | 0.82 |
| 0.1233 | 9.0 | 1017 | 0.6260 | 0.85 |
| 0.0971 | 10.0 | 1130 | 0.6551 | 0.83 |
Base model
ntu-spml/distilhubert