marsyas/gtzan
Updated • 9.06k • 17
How to use vpingale07/distilhubert-v2-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="vpingale07/distilhubert-v2-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("vpingale07/distilhubert-v2-v3")
model = AutoModelForAudioClassification.from_pretrained("vpingale07/distilhubert-v2-v3")This model is a fine-tuned version of vpingale07/distilhubert-v2-v3 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.4443 | 1.0 | 100 | 0.7764 | 0.745 |
| 0.2265 | 2.0 | 200 | 0.8049 | 0.77 |
| 0.0928 | 3.0 | 300 | 0.9190 | 0.74 |
| 0.0661 | 4.0 | 400 | 0.9776 | 0.765 |
| 0.0095 | 5.0 | 500 | 1.0018 | 0.76 |
| 0.0069 | 6.0 | 600 | 0.9838 | 0.79 |
| 0.0046 | 7.0 | 700 | 1.0447 | 0.78 |
| 0.0041 | 8.0 | 800 | 1.0276 | 0.785 |
Unable to build the model tree, the base model loops to the model itself. Learn more.