Instructions to use jiahuimbzuai/llava-v1.5-13b-vlguard-10k3e-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-10k3e-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-10k3e-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b3dd31c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8621f3ede818ad983026f7446db0405cbbf948ba2751b116dcbdf86862ce3bad
size 62937264
|