marsyas/gtzan
Updated • 1.85k • 17
How to use ruisp/hubert-base-ls960-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="ruisp/hubert-base-ls960-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("ruisp/hubert-base-ls960-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("ruisp/hubert-base-ls960-finetuned-gtzan")This model is a fine-tuned version of facebook/hubert-base-ls960 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.9364 | 1.0 | 450 | 1.2781 | 0.61 |
| 1.0205 | 2.0 | 900 | 1.2654 | 0.63 |
| 0.7681 | 3.0 | 1350 | 1.6762 | 0.62 |
| 0.6968 | 4.0 | 1800 | 0.9113 | 0.78 |
| 0.0467 | 5.0 | 2250 | 1.0105 | 0.82 |
| 0.1238 | 6.0 | 2700 | 0.7810 | 0.87 |
Base model
facebook/hubert-base-ls960