marsyas/gtzan
Updated • 1.61k • 17
How to use Kajtson/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Kajtson/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("Kajtson/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("Kajtson/ast-finetuned-audioset-10-10-0.4593-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.8586 | 1.0 | 450 | 1.3795 | 0.55 |
| 0.7835 | 2.0 | 900 | 1.0814 | 0.76 |
| 0.1489 | 3.0 | 1350 | 1.0447 | 0.81 |
| 0.2136 | 4.0 | 1800 | 0.9784 | 0.82 |
| 0.0001 | 5.0 | 2250 | 0.7678 | 0.86 |
| 0.0 | 6.0 | 2700 | 0.5670 | 0.92 |
| 1.2125 | 7.0 | 3150 | 0.8058 | 0.85 |
| 0.0 | 8.0 | 3600 | 0.7256 | 0.87 |
| 0.0 | 9.0 | 4050 | 0.6878 | 0.89 |
| 0.0 | 10.0 | 4500 | 0.6857 | 0.89 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593