How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.5-7b")
model = PeftModel.from_pretrained(base_model, "lucio36/APASI-Base-7B")

Model Card for Model ID

This is the lora adapter of the APASI-Base model. Use the scripts/merge_lora_weights.py script in the repo to merge with liuhaotian/llava-v1.5-7b and save the model.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for lucio36/APASI-Base-7B

Adapter
(66)
this model

Collection including lucio36/APASI-Base-7B