Instructions to use Chenhangcui/Fisao_instructblip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Chenhangcui/Fisao_instructblip with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data/private_models/dpo_models/llava-v1.5-7b") model = PeftModel.from_pretrained(base_model, "Chenhangcui/Fisao_instructblip") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e2112c2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5210ace1a20e45dfafa092105ff6c68b9b5c261bc04924d92d880d8493d45895
size 1279417997
|