marsyas/gtzan
Updated • 1.8k • 17
How to use futureProofGlitch/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="futureProofGlitch/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("futureProofGlitch/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("futureProofGlitch/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.9212 | 1.0 | 112 | 0.6617 | 0.79 |
| 0.4306 | 2.0 | 225 | 0.5650 | 0.81 |
| 0.3493 | 3.0 | 337 | 0.3763 | 0.88 |
| 0.0369 | 4.0 | 450 | 0.5402 | 0.83 |
| 0.0018 | 5.0 | 562 | 0.4543 | 0.9 |
| 0.0025 | 6.0 | 675 | 0.5821 | 0.85 |
| 0.0009 | 7.0 | 787 | 0.4905 | 0.89 |
| 0.0001 | 8.0 | 900 | 0.5396 | 0.86 |
| 0.0871 | 9.0 | 1012 | 0.7212 | 0.86 |
| 0.0001 | 10.0 | 1125 | 0.4179 | 0.9 |
| 0.0001 | 11.0 | 1237 | 0.5138 | 0.9 |
| 0.0001 | 12.0 | 1350 | 0.4133 | 0.9 |
| 0.0001 | 13.0 | 1462 | 0.4273 | 0.9 |
| 0.0001 | 14.0 | 1575 | 0.4278 | 0.9 |
| 0.0001 | 14.93 | 1680 | 0.4248 | 0.9 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593