marsyas/gtzan
Updated • 1.76k • 17
How to use chaouch/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="chaouch/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("chaouch/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("chaouch/distilhubert-finetuned-gtzan")This model is a fine-tuned version of chaouch/distilhubert-finetuned-gtzan 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.026 | 1.0 | 135 | 0.2289 | 0.9444 |
| 0.1351 | 2.0 | 270 | 0.1379 | 0.9778 |
| 0.01 | 3.0 | 405 | 0.2310 | 0.9667 |
| 0.0053 | 4.0 | 540 | 0.1727 | 0.9667 |
| 0.0002 | 5.0 | 675 | 0.1703 | 0.9667 |
| 0.0002 | 6.0 | 810 | 0.1722 | 0.9667 |
| 0.0002 | 7.0 | 945 | 0.1733 | 0.9667 |
Unable to build the model tree, the base model loops to the model itself. Learn more.