marsyas/gtzan
Updated • 1.8k • 17
How to use arshsin/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="arshsin/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("arshsin/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("arshsin/distilhubert-finetuned-gtzan")This model is a fine-tuned version of arshsin/distilhubert-finetuned-gtzan 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.0001 | 0.99 | 56 | 1.4113 | 0.84 |
| 0.0001 | 2.0 | 113 | 1.4248 | 0.84 |
| 0.0001 | 2.99 | 169 | 1.4818 | 0.83 |
| 0.0001 | 4.0 | 226 | 1.5228 | 0.83 |
| 0.0001 | 4.99 | 282 | 1.5067 | 0.84 |
| 0.0032 | 6.0 | 339 | 1.5205 | 0.84 |
| 0.0 | 6.99 | 395 | 1.5488 | 0.84 |
| 0.0 | 8.0 | 452 | 1.5890 | 0.84 |
| 0.0 | 8.99 | 508 | 1.6020 | 0.83 |
| 0.0117 | 10.0 | 565 | 1.5945 | 0.84 |
| 0.0 | 10.99 | 621 | 1.6145 | 0.84 |
| 0.0 | 12.0 | 678 | 1.6370 | 0.83 |
| 0.0 | 12.99 | 734 | 1.6396 | 0.84 |
| 0.0 | 14.0 | 791 | 1.6458 | 0.83 |
| 0.0 | 14.87 | 840 | 1.6457 | 0.84 |
Unable to build the model tree, the base model loops to the model itself. Learn more.