Instructions to use trietbui/instructblip-flan-t5-xxl-kvasir-vqa-x1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use trietbui/instructblip-flan-t5-xxl-kvasir-vqa-x1 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/instructblip-flan-t5-xxl") model = PeftModel.from_pretrained(base_model, "trietbui/instructblip-flan-t5-xxl-kvasir-vqa-x1") - Transformers
How to use trietbui/instructblip-flan-t5-xxl-kvasir-vqa-x1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("trietbui/instructblip-flan-t5-xxl-kvasir-vqa-x1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- daf64040a7072d046fcc7d1917db77c6cf158ad6dd13f821e920cde9a4985bfa
- Size of remote file:
- 1.47 kB
- SHA256:
- 97f6a9ab565c9d8de5b29c1536f49a6411be870ff0c5894d4016ce822ee32d94
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.