marsyas/gtzan
Updated • 1.83k • 17
How to use frankyy03/ast-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="frankyy03/ast-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("frankyy03/ast-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("frankyy03/ast-finetuned-gtzan")This model is a fine-tuned version of MIT/ast-finetuned-audioset-10-10-0.4593 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 |
|---|---|---|---|---|
| 0.6589 | 1.0 | 57 | 0.6270 | 0.81 |
| 0.3301 | 2.0 | 114 | 0.5166 | 0.83 |
| 0.1860 | 3.0 | 171 | 0.4927 | 0.87 |
| 0.1237 | 4.0 | 228 | 0.5587 | 0.87 |
| 0.0521 | 5.0 | 285 | 0.5245 | 0.86 |
| 0.0144 | 6.0 | 342 | 0.5166 | 0.84 |
| 0.0005 | 7.0 | 399 | 0.5190 | 0.87 |
| 0.0004 | 8.0 | 456 | 0.4638 | 0.88 |
| 0.0003 | 9.0 | 513 | 0.4579 | 0.89 |
| 0.0003 | 10.0 | 570 | 0.4561 | 0.89 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593