Instructions to use fxmarty/owlvit-tiny-non-contiguous-weight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fxmarty/owlvit-tiny-non-contiguous-weight with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-object-detection", model="fxmarty/owlvit-tiny-non-contiguous-weight")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection processor = AutoProcessor.from_pretrained("fxmarty/owlvit-tiny-non-contiguous-weight") model = AutoModelForZeroShotObjectDetection.from_pretrained("fxmarty/owlvit-tiny-non-contiguous-weight", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
0c17cce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb24c3ab43fbb9abab87386fbcbeedc50da7e53cd176b7f52df5de96d426754b
size 1626810
|