Instructions to use jensg/distilhubert-finetuned-gtzan-cont with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jensg/distilhubert-finetuned-gtzan-cont with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="jensg/distilhubert-finetuned-gtzan-cont")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("jensg/distilhubert-finetuned-gtzan-cont") model = AutoModelForAudioClassification.from_pretrained("jensg/distilhubert-finetuned-gtzan-cont") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 1