storylinez/gtzan-music-genre-dataset
Preview • Updated • 96
How to use Hhsjsnns/DistilHuBERT-GenreCLS with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Hhsjsnns/DistilHuBERT-GenreCLS") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Hhsjsnns/DistilHuBERT-GenreCLS")
model = AutoModelForAudioClassification.from_pretrained("Hhsjsnns/DistilHuBERT-GenreCLS")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 |
|---|---|---|---|---|
| 1.9882 | 1.0 | 97 | 1.9219 | 0.5465 |
| 1.4381 | 2.0 | 194 | 1.3256 | 0.6395 |
| 1.1721 | 3.0 | 291 | 1.1294 | 0.6977 |
| 0.8336 | 4.0 | 388 | 0.9077 | 0.7791 |
| 0.8231 | 5.0 | 485 | 0.8775 | 0.7791 |
Base model
ntu-spml/distilhubert