marsyas/gtzan
Updated • 1.62k • 17
How to use SpeshulK/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="SpeshulK/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("SpeshulK/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("SpeshulK/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.9472 | 1.0 | 113 | 1.8615 | 0.53 |
| 1.1807 | 2.0 | 226 | 1.2908 | 0.61 |
| 1.0092 | 3.0 | 339 | 0.9620 | 0.74 |
| 0.6427 | 4.0 | 452 | 0.8441 | 0.76 |
| 0.5151 | 5.0 | 565 | 0.6833 | 0.8 |
| 0.3319 | 6.0 | 678 | 0.6107 | 0.82 |
| 0.2511 | 7.0 | 791 | 0.5891 | 0.84 |
| 0.1406 | 8.0 | 904 | 0.7047 | 0.8 |
| 0.1741 | 9.0 | 1017 | 0.6508 | 0.81 |
| 0.0986 | 10.0 | 1130 | 0.6837 | 0.82 |
Base model
ntu-spml/distilhubert