How to use lucio36/APASI-Base-7B with PEFT:
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")
The community tab is the place to discuss and collaborate with the HF community!