marsyas/gtzan
Updated • 1.8k • 17
How to use MariaK/distilhubert-finetuned-gtzan-test-no-logging-steps with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="MariaK/distilhubert-finetuned-gtzan-test-no-logging-steps") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("MariaK/distilhubert-finetuned-gtzan-test-no-logging-steps")
model = AutoModelForAudioClassification.from_pretrained("MariaK/distilhubert-finetuned-gtzan-test-no-logging-steps")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 |
|---|---|---|---|---|
| No log | 1.0 | 113 | 0.6486 | 0.8 |
| No log | 2.0 | 226 | 0.6222 | 0.83 |
Base model
ntu-spml/distilhubert