How to use korbih/curriculum_2_lora_final with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("korbih/Qwen2-VL-ui-sensei-curriculum-1-merged") model = PeftModel.from_pretrained(base_model, "korbih/curriculum_2_lora_final")
The community tab is the place to discuss and collaborate with the HF community!