marsyas/gtzan
Updated • 6.61k • 17
How to use mcamara/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="mcamara/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("mcamara/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("mcamara/distilhubert-finetuned-gtzan", device_map="auto")This model is a fine-tuned version of MariaK/distilhubert-finetuned-gtzan-v2 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.0742 | 0.02 | 2 | 0.4905 | 0.89 |