marsyas/gtzan
Updated • 1.85k • 17
How to use aidiary/hubert-base-ls960-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="aidiary/hubert-base-ls960-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("aidiary/hubert-base-ls960-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("aidiary/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 |
|---|---|---|---|---|
| 2.1336 | 1.0 | 56 | 2.0042 | 0.29 |
| 1.8196 | 1.99 | 112 | 1.6866 | 0.46 |
| 1.646 | 2.99 | 168 | 1.4015 | 0.58 |
| 1.2508 | 4.0 | 225 | 1.1711 | 0.68 |
| 1.0361 | 5.0 | 281 | 0.9617 | 0.75 |
| 1.0859 | 5.99 | 337 | 1.0006 | 0.68 |
| 1.0419 | 6.99 | 393 | 0.8231 | 0.76 |
| 0.9032 | 8.0 | 450 | 0.7446 | 0.83 |
| 0.6317 | 9.0 | 506 | 0.6654 | 0.85 |
| 0.6474 | 9.96 | 560 | 0.6905 | 0.82 |
Base model
facebook/hubert-base-ls960