marsyas/gtzan
Updated • 4.54k • 18
How to use anton412/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="anton412/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("anton412/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("anton412/distilhubert-finetuned-gtzan", device_map="auto")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.8304 | 1.0 | 113 | 1.7630 | 0.57 |
| 1.4124 | 2.0 | 226 | 1.4598 | 0.66 |
Base model
ntu-spml/distilhubert