marsyas/gtzan
Updated • 1.71k • 17
How to use dao223344/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="dao223344/results") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("dao223344/results")
model = AutoModelForAudioClassification.from_pretrained("dao223344/results")This model is a fine-tuned version of facebook/wav2vec2-base on the GTZAN dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/wav2vec2-base