marsyas/gtzan
Updated • 7.32k • 17
How to use BKat/Musical-genres-Classification-Hubert-V1-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="BKat/Musical-genres-Classification-Hubert-V1-finetuned-gtzan") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("BKat/Musical-genres-Classification-Hubert-V1-finetuned-gtzan")
model = AutoModelForAudioClassification.from_pretrained("BKat/Musical-genres-Classification-Hubert-V1-finetuned-gtzan", device_map="auto")This model is a fine-tuned version of SeyedAli/Musical-genres-Classification-Hubert-V1 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