marsyas/gtzan
Updated • 2.25k • 18
How to use Frorozcol/distilhubert-finetuned-gtzan-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-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Frorozcol/distilhubert-finetuned-gtzan-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("Frorozcol/distilhubert-finetuned-gtzan-finetuned-gtzan", device_map="auto")This model is a fine-tuned version of NemesisAlm/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.1339 | 1.0 | 113 | 1.6467 | 0.79 |
| 0.0007 | 2.0 | 226 | 2.1081 | 0.75 |
| 0.1041 | 3.0 | 339 | 1.7809 | 0.77 |
| 0.0059 | 4.0 | 452 | 1.6295 | 0.8 |
| 0.0001 | 5.0 | 565 | 1.7973 | 0.8 |
| 0.0002 | 6.0 | 678 | 1.3648 | 0.82 |
| 0.0001 | 7.0 | 791 | 1.6571 | 0.77 |
| 0.0001 | 8.0 | 904 | 1.5916 | 0.77 |
| 0.0001 | 9.0 | 1017 | 1.5782 | 0.79 |
| 0.0001 | 10.0 | 1130 | 1.5928 | 0.79 |
Base model
NemesisAlm/distilhubert-finetuned-gtzan