marsyas/gtzan
Updated • 1.82k • 17
How to use OmBenz/finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="OmBenz/finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("OmBenz/finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("OmBenz/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.2258 | 1.0 | 225 | 1.9240 | 0.28 |
| 1.6083 | 2.0 | 450 | 1.4887 | 0.39 |
| 1.3983 | 3.0 | 675 | 1.3524 | 0.56 |
| 0.7368 | 4.0 | 900 | 1.3110 | 0.56 |
| 0.6121 | 5.0 | 1125 | 0.9572 | 0.72 |
| 0.1772 | 6.0 | 1350 | 0.8775 | 0.73 |
| 1.8666 | 7.0 | 1575 | 0.6078 | 0.82 |
| 0.091 | 8.0 | 1800 | 0.9999 | 0.76 |
| 0.0458 | 9.0 | 2025 | 0.7169 | 0.83 |
| 0.6817 | 10.0 | 2250 | 0.7614 | 0.86 |
| 0.7023 | 11.0 | 2475 | 0.9348 | 0.84 |
| 0.0047 | 12.0 | 2700 | 0.7222 | 0.88 |
| 0.0363 | 13.0 | 2925 | 0.7027 | 0.89 |
| 0.0073 | 14.0 | 3150 | 0.7440 | 0.88 |
| 0.0055 | 15.0 | 3375 | 0.7650 | 0.88 |
Base model
facebook/hubert-base-ls960