marsyas/gtzan
Updated • 1.62k • 17
How to use sjdata/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="sjdata/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("sjdata/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("sjdata/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.3972 | 1.0 | 450 | 1.4662 | 0.65 |
| 0.7118 | 2.0 | 900 | 0.9103 | 0.69 |
| 0.4653 | 3.0 | 1350 | 0.8097 | 0.73 |
| 0.934 | 4.0 | 1800 | 0.7674 | 0.83 |
| 0.3231 | 5.0 | 2250 | 1.2025 | 0.73 |
| 0.0038 | 6.0 | 2700 | 1.1013 | 0.8 |
| 0.002 | 7.0 | 3150 | 0.8540 | 0.86 |
| 0.0022 | 8.0 | 3600 | 0.8067 | 0.85 |
| 0.0013 | 9.0 | 4050 | 0.8682 | 0.86 |
| 0.0016 | 10.0 | 4500 | 0.9253 | 0.84 |