Instructions to use jiahuimbzuai/llava-v1.5-13b-vlguard-10k-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jiahuimbzuai/llava-v1.5-13b-vlguard-10k-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.5-13b") model = PeftModel.from_pretrained(base_model, "jiahuimbzuai/llava-v1.5-13b-vlguard-10k-lora") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
95f4937 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:50eae2a3c331d9a3882817a9d834eac699fea6e72a356226f274c0cd2c9ce305
size 1001466944
|