marsyas/gtzan
Updated • 1.62k • 17
How to use HaythamB/hubert-base-ls960-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="HaythamB/hubert-base-ls960-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("HaythamB/hubert-base-ls960-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("HaythamB/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 |
|---|---|---|---|---|
| 1.931 | 0.9956 | 112 | 1.8442 | 0.38 |
| 1.4533 | 2.0 | 225 | 1.4234 | 0.56 |
| 1.5759 | 2.9956 | 337 | 1.3121 | 0.58 |
| 0.9118 | 4.0 | 450 | 1.1423 | 0.68 |
| 0.9785 | 4.9956 | 562 | 0.9830 | 0.71 |
| 0.7014 | 6.0 | 675 | 0.8055 | 0.8 |
| 0.5983 | 6.9956 | 787 | 0.7071 | 0.76 |
| 0.3568 | 8.0 | 900 | 0.7417 | 0.77 |
| 0.4118 | 8.9956 | 1012 | 0.5920 | 0.83 |
| 0.4934 | 9.9556 | 1120 | 0.6653 | 0.82 |
Base model
facebook/hubert-base-ls960