Instructions to use Danieljava/distilhubert-finetuned-gtzan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Danieljava/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Danieljava/distilhubert-finetuned-gtzan")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Danieljava/distilhubert-finetuned-gtzan") model = AutoModelForAudioClassification.from_pretrained("Danieljava/distilhubert-finetuned-gtzan", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2d36eaa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b791a1d8a819547ffce408d27e4185b77a1a0a1c5e6ede714ebedf758459f96
size 5201
|