marsyas/gtzan
Updated • 1.89k • 17
How to use eeizenman/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="eeizenman/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("eeizenman/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("eeizenman/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.9047 | 1.0 | 225 | 1.6500 | 0.47 |
| 1.0494 | 2.0 | 450 | 1.1409 | 0.67 |
| 0.5869 | 3.0 | 675 | 0.7361 | 0.79 |
| 0.2329 | 4.0 | 900 | 0.6651 | 0.81 |
| 0.3529 | 5.0 | 1125 | 0.6439 | 0.79 |
| 0.0822 | 6.0 | 1350 | 0.5170 | 0.86 |
| 0.1343 | 7.0 | 1575 | 0.5386 | 0.85 |
| 0.2667 | 8.0 | 1800 | 0.6507 | 0.87 |
| 0.0084 | 9.0 | 2025 | 0.6366 | 0.86 |
| 0.0082 | 10.0 | 2250 | 0.6823 | 0.86 |
Base model
ntu-spml/distilhubert