marsyas/gtzan
Updated • 1.97k • 17
How to use ezrab/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="ezrab/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("ezrab/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("ezrab/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 |
|---|---|---|---|---|
| 2.6742 | 1.0 | 113 | 2.1728 | 0.37 |
| 0.735 | 2.0 | 226 | 0.8580 | 0.79 |
| 0.3223 | 3.0 | 339 | 0.5440 | 0.86 |
| 0.1635 | 4.0 | 452 | 0.4772 | 0.86 |
| 0.0321 | 5.0 | 565 | 0.4250 | 0.88 |
| 0.0038 | 6.0 | 678 | 0.3507 | 0.89 |
| 0.0023 | 7.0 | 791 | 0.3308 | 0.89 |
| 0.001 | 8.0 | 904 | 0.3088 | 0.92 |
| 0.0006 | 9.0 | 1017 | 0.3275 | 0.91 |
| 0.0006 | 10.0 | 1130 | 0.3120 | 0.9 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593