Hoonvolution/hoons_music_data
Viewer • Updated • 3.34k • 68
How to use Hoonvolution/distilhubert-finetuned-hoons_music with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Hoonvolution/distilhubert-finetuned-hoons_music") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Hoonvolution/distilhubert-finetuned-hoons_music")
model = AutoModelForAudioClassification.from_pretrained("Hoonvolution/distilhubert-finetuned-hoons_music")This model is a fine-tuned version of ntu-spml/distilhubert on the Hoons music data 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.6265 | 1.0 | 298 | 1.7652 | 0.3792 |
| 0.9028 | 2.0 | 596 | 1.0772 | 0.6479 |
| 0.3958 | 3.0 | 894 | 0.7857 | 0.7812 |
| 0.2335 | 4.0 | 1192 | 0.5601 | 0.8521 |
| 0.1384 | 5.0 | 1490 | 0.8042 | 0.8229 |
| 0.0517 | 6.0 | 1788 | 0.7031 | 0.85 |
| 0.0025 | 7.0 | 2086 | 0.7261 | 0.8479 |
| 0.0018 | 8.0 | 2384 | 0.7103 | 0.85 |
| 0.0015 | 9.0 | 2682 | 0.7329 | 0.8458 |
| 0.0015 | 10.0 | 2980 | 0.7307 | 0.8438 |
Base model
ntu-spml/distilhubert