marsyas/gtzan
Updated • 1.8k • 17
How to use aisuko/ft-hubert-on-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="aisuko/ft-hubert-on-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("aisuko/ft-hubert-on-gtzan")
model = AutoModelForAudioClassification.from_pretrained("aisuko/ft-hubert-on-gtzan")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 | 50 | 2.0091 | 0.465 |
| No log | 2.0 | 100 | 1.8160 | 0.54 |
Base model
ntu-spml/distilhubert