marsyas/gtzan
Updated • 1.84k • 17
How to use vpingale07/distilhubert-v2-v4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="vpingale07/distilhubert-v2-v4") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("vpingale07/distilhubert-v2-v4")
model = AutoModelForAudioClassification.from_pretrained("vpingale07/distilhubert-v2-v4")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.0001 | 1.0 | 75 | 0.8660 | 0.88 |
| 0.0001 | 2.0 | 150 | 0.9036 | 0.8825 |
| 0.0 | 3.0 | 225 | 0.9178 | 0.88 |
| 0.0 | 4.0 | 300 | 0.9254 | 0.88 |
Unable to build the model tree, the base model loops to the model itself. Learn more.