marsyas/gtzan
Updated • 1.61k • 17
How to use GFazzito/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="GFazzito/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("GFazzito/ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("GFazzito/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 |
|---|---|---|---|---|
| 1.1168 | 1.0 | 225 | 1.6996 | 0.57 |
| 0.6828 | 2.0 | 450 | 0.9134 | 0.73 |
| 0.0039 | 3.0 | 675 | 0.5106 | 0.86 |
| 0.0219 | 4.0 | 900 | 0.8678 | 0.83 |
| 0.0006 | 5.0 | 1125 | 0.8030 | 0.87 |
| 0.0004 | 6.0 | 1350 | 0.8219 | 0.87 |
| 0.0001 | 7.0 | 1575 | 0.9070 | 0.88 |
| 0.0001 | 8.0 | 1800 | 0.8925 | 0.88 |
| 0.0 | 9.0 | 2025 | 0.8993 | 0.88 |
| 0.0002 | 10.0 | 2250 | 0.9021 | 0.88 |
Base model
MIT/ast-finetuned-audioset-10-10-0.4593