marsyas/gtzan
Updated • 1.85k • 17
How to use GCYY/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="GCYY/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("GCYY/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("GCYY/distilhubert-finetuned-gtzan")This model is a fine-tuned version of GCYY/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.1038 | 0.98 | 28 | 0.6014 | 0.85 |
| 0.0419 | 2.0 | 57 | 0.5057 | 0.87 |
| 0.0281 | 2.98 | 85 | 0.5905 | 0.87 |
| 0.0228 | 4.0 | 114 | 0.5957 | 0.87 |
Unable to build the model tree, the base model loops to the model itself. Learn more.