How to use korbih/curriculum_0_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("korbih/Qwen2-VL-OS-Atlas-Base-7B-LoRA-aguvis_1k_trajectories_full_history_with_eval_1024_v2_merged") model = PeftModel.from_pretrained(base_model, "korbih/curriculum_0_lora")
The community tab is the place to discuss and collaborate with the HF community!