lewtun/music_genres_small
Viewer • Updated • 1k • 184 • 9
How to use Clement33/music_genres_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Clement33/music_genres_small") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Clement33/music_genres_small")
model = AutoModelForAudioClassification.from_pretrained("Clement33/music_genres_small")This model is a fine-tuned version of ntu-spml/distilhubert on the music_genres_small 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 |
|---|---|---|---|---|
| 2.0210 | 1.0 | 113 | 2.0817 | 0.28 |
| 1.8568 | 2.0 | 226 | 1.8664 | 0.29 |
| 1.9320 | 3.0 | 339 | 1.7749 | 0.36 |
| 1.4782 | 4.0 | 452 | 1.7151 | 0.29 |
| 1.4109 | 5.0 | 565 | 1.6726 | 0.36 |
| 1.2085 | 6.0 | 678 | 1.5865 | 0.39 |
| 1.2247 | 7.0 | 791 | 1.6049 | 0.41 |
| 1.0329 | 8.0 | 904 | 1.7045 | 0.39 |
| 0.7782 | 9.0 | 1017 | 1.6659 | 0.44 |
| 0.8732 | 10.0 | 1130 | 1.6640 | 0.43 |
Base model
ntu-spml/distilhubert