How to use bitersun/origin-dense-10k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/bn/zhnagtao-lq/syy/models/Qwen2.5-VL-3B-Instruct") model = PeftModel.from_pretrained(base_model, "bitersun/origin-dense-10k")
The community tab is the place to discuss and collaborate with the HF community!