Instructions to use sooh-j/VQA-for-VIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sooh-j/VQA-for-VIP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="sooh-j/VQA-for-VIP")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("sooh-j/VQA-for-VIP") model = AutoModelForMultimodalLM.from_pretrained("sooh-j/VQA-for-VIP") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7c61ef9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ad206eff0b7d28eeab88280f34eeb9b899c2217c8f26f3addec2a11181820e90
size 104888856
|