marsyas/gtzan
Updated • 10.3k • 17
How to use vpingale07/distilhubert-v2-v5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="vpingale07/distilhubert-v2-v5") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("vpingale07/distilhubert-v2-v5")
model = AutoModelForAudioClassification.from_pretrained("vpingale07/distilhubert-v2-v5", device_map="auto")This model is a fine-tuned version of vpingale07/distilhubert-v2-v4 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.0737 | 1.0 | 113 | 1.7242 | 0.8 |
| 0.2159 | 2.0 | 226 | 1.3651 | 0.84 |
| 0.0001 | 3.0 | 339 | 1.4341 | 0.77 |
| 0.0001 | 4.0 | 452 | 1.5112 | 0.78 |
Unable to build the model tree, the base model loops to the model itself. Learn more.