marsyas/gtzan
Updated • 1.75k • 17
How to use comehope/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="comehope/results") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("comehope/results")
model = AutoModelForAudioClassification.from_pretrained("comehope/results")This model is a fine-tuned version of ntu-spml/distilhubert on the GTZAN dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 100 | 1.9505 | 0.43 |
Base model
ntu-spml/distilhubert