marsyas/gtzan
Updated • 1.89k • 17
How to use Sandiago21/hubert-large-ls960-ft-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Sandiago21/hubert-large-ls960-ft-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Sandiago21/hubert-large-ls960-ft-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("Sandiago21/hubert-large-ls960-ft-finetuned-gtzan")This model is a fine-tuned version of facebook/hubert-large-ls960-ft 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.2623 | 1.0 | 56 | 2.2399 | 0.21 |
| 1.881 | 1.99 | 112 | 1.7105 | 0.41 |
| 1.5793 | 2.99 | 168 | 1.6203 | 0.46 |
| 1.3018 | 4.0 | 225 | 1.3824 | 0.52 |
| 1.0219 | 5.0 | 281 | 0.9899 | 0.66 |
| 0.9047 | 5.99 | 337 | 0.8812 | 0.74 |
| 0.8353 | 6.99 | 393 | 0.7629 | 0.78 |
| 0.659 | 8.0 | 450 | 0.9674 | 0.71 |
| 0.645 | 9.0 | 506 | 0.8953 | 0.74 |
| 0.6233 | 9.99 | 562 | 0.6638 | 0.8 |
| 0.4155 | 10.99 | 618 | 0.6323 | 0.81 |
| 0.2689 | 12.0 | 675 | 0.5423 | 0.83 |
| 0.3714 | 13.0 | 731 | 0.6770 | 0.83 |
| 0.0692 | 13.99 | 787 | 0.6260 | 0.83 |
| 0.0778 | 14.99 | 843 | 0.5801 | 0.85 |
| 0.187 | 16.0 | 900 | 0.6722 | 0.83 |
| 0.1469 | 17.0 | 956 | 0.7473 | 0.85 |
| 0.1052 | 17.92 | 1008 | 0.7096 | 0.85 |
Base model
facebook/hubert-large-ls960-ft