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