Audio Classification
Transformers
PyTorch
TensorBoard
hubert
Generated from Trainer
Eval Results (legacy)
Instructions to use ashish-soni08/distilhubert-finetuned-gtzan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashish-soni08/distilhubert-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="ashish-soni08/distilhubert-finetuned-gtzan")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("ashish-soni08/distilhubert-finetuned-gtzan") model = AutoModelForAudioClassification.from_pretrained("ashish-soni08/distilhubert-finetuned-gtzan") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
093e7bc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8ff2b33536ea569a4f69b4216ca2897b47cd10f156fa46fdd74efcbd1e3efd8d
size 4027
|