marsyas/gtzan
Updated • 1.78k • 17
How to use HaniAI/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="HaniAI/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("HaniAI/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("HaniAI/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.7238 | 1.0 | 29 | 0.5185 | 0.88 |
| 0.328 | 2.0 | 58 | 0.4531 | 0.87 |
| 0.1115 | 3.0 | 87 | 0.4629 | 0.84 |
| 0.0432 | 4.0 | 116 | 0.3465 | 0.89 |
| 0.0049 | 5.0 | 145 | 0.3392 | 0.9 |
| 0.0055 | 6.0 | 174 | 0.6383 | 0.83 |
| 0.0327 | 7.0 | 203 | 0.3186 | 0.88 |
| 0.0008 | 8.0 | 232 | 0.3151 | 0.92 |
| 0.0006 | 9.0 | 261 | 0.3151 | 0.91 |
| 0.0045 | 9.6667 | 280 | 0.3153 | 0.91 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593