marsyas/gtzan
Updated • 6.58k • 17
How to use evertonaleixo/distilhubert-finetuned-gtzan-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="evertonaleixo/distilhubert-finetuned-gtzan-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("evertonaleixo/distilhubert-finetuned-gtzan-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("evertonaleixo/distilhubert-finetuned-gtzan-finetuned-gtzan", device_map="auto")This model is a fine-tuned version of NemesisAlm/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.0866 | 1.0 | 113 | 0.3060 | 0.97 |
Base model
NemesisAlm/distilhubert-finetuned-gtzan