Instructions to use dandelin/vilt-b32-finetuned-coco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dandelin/vilt-b32-finetuned-coco with Transformers:
# Load model directly from transformers import AutoProcessor, ViltForImageAndTextRetrieval processor = AutoProcessor.from_pretrained("dandelin/vilt-b32-finetuned-coco") model = ViltForImageAndTextRetrieval.from_pretrained("dandelin/vilt-b32-finetuned-coco", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3 opened about 2 years ago
by
nghiaday
Adding `safetensors` variant of this model
#2 opened over 2 years ago
by
SFconvertbot