marsyas/gtzan
Updated • 1.62k • 17
How to use kethankrk/ast-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="kethankrk/ast-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("kethankrk/ast-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("kethankrk/ast-finetuned-gtzan")This model is a fine-tuned version of MIT/ast-finetuned-audioset-10-10-0.4593 on the GTZAN dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 1.3765 | 1.0 | 57 | 1.2784 | 0.74 |
| 0.5129 | 2.0 | 114 | 0.5108 | 0.82 |
| 0.2895 | 3.0 | 171 | 0.4373 | 0.84 |
| 0.1270 | 4.0 | 228 | 0.3689 | 0.86 |
| 0.0739 | 5.0 | 285 | 0.2952 | 0.88 |
| 0.0660 | 6.0 | 342 | 0.3119 | 0.89 |
| 0.0052 | 7.0 | 399 | 0.2709 | 0.88 |
| 0.0026 | 8.0 | 456 | 0.2815 | 0.87 |
| 0.0024 | 9.0 | 513 | 0.2565 | 0.92 |
| 0.0019 | 10.0 | 570 | 0.2623 | 0.91 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593