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: 133 Bytes
e2112c2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ad274c2731e82f6ab9c6d3bde08b5472535af06186652639062a46c7b5ea5da
size 41961191
|