marsyas/gtzan
Updated • 2.03k • 17
How to use MHRDYN7/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="MHRDYN7/distilhubert-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("MHRDYN7/distilhubert-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("MHRDYN7/distilhubert-finetuned-gtzan")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:
Base model
ntu-spml/distilhubert