marsyas/gtzan
Updated • 1.76k • 17
How to use ciao1122/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="ciao1122/results") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("ciao1122/results")
model = AutoModelForAudioClassification.from_pretrained("ciao1122/results")This model is a fine-tuned version of ntu-spml/distilhubert 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 |
|---|---|---|---|---|
| No log | 1.0 | 113 | 1.5287 | 0.58 |
| No log | 2.0 | 226 | 1.1353 | 0.62 |
| No log | 3.0 | 339 | 0.8656 | 0.77 |
| No log | 4.0 | 452 | 0.7806 | 0.76 |
| 1.1929 | 5.0 | 565 | 0.6656 | 0.82 |
| 1.1929 | 6.0 | 678 | 0.6169 | 0.79 |
| 1.1929 | 7.0 | 791 | 0.6272 | 0.79 |
| 1.1929 | 8.0 | 904 | 0.5625 | 0.82 |
| 0.3124 | 9.0 | 1017 | 0.5693 | 0.82 |
| 0.3124 | 10.0 | 1130 | 0.5852 | 0.79 |
Base model
ntu-spml/distilhubert