marsyas/gtzan
Updated • 4.24k • 18
How to use danielgh/wav2vec2-base-960h-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="danielgh/wav2vec2-base-960h-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("danielgh/wav2vec2-base-960h-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("danielgh/wav2vec2-base-960h-finetuned-gtzan", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-base-960h 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.2648 | 1.0 | 57 | 2.2400 | 0.15 |
| 2.167 | 2.0 | 114 | 2.1032 | 0.17 |
| 1.8573 | 3.0 | 171 | 1.7658 | 0.32 |
| 1.5347 | 4.0 | 228 | 1.6620 | 0.45 |
| 1.6134 | 5.0 | 285 | 1.5017 | 0.49 |
| 1.2903 | 6.0 | 342 | 1.4639 | 0.49 |
| 1.29 | 7.0 | 399 | 1.1893 | 0.66 |
| 1.1094 | 8.0 | 456 | 1.1425 | 0.67 |
| 1.1023 | 9.0 | 513 | 1.0173 | 0.72 |
| 0.9244 | 10.0 | 570 | 0.9069 | 0.79 |
| 0.7764 | 11.0 | 627 | 0.9314 | 0.74 |
| 0.6899 | 12.0 | 684 | 0.7919 | 0.78 |
| 0.6033 | 13.0 | 741 | 0.7145 | 0.8 |
| 0.4834 | 14.0 | 798 | 0.8896 | 0.76 |
| 0.4409 | 15.0 | 855 | 0.7083 | 0.82 |
| 0.3653 | 16.0 | 912 | 0.5633 | 0.83 |
| 0.3986 | 17.0 | 969 | 0.5475 | 0.89 |
| 0.2725 | 18.0 | 1026 | 0.5044 | 0.87 |
| 0.3569 | 19.0 | 1083 | 0.5044 | 0.85 |
| 0.2089 | 20.0 | 1140 | 0.5055 | 0.87 |
Base model
facebook/wav2vec2-base-960h