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