How to use nie10/single_Stage1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data2/luyt/Finegrianed_VLM/checkpoints-pretrain/Bunny-v1_0-3B/") model = PeftModel.from_pretrained(base_model, "nie10/single_Stage1")
The community tab is the place to discuss and collaborate with the HF community!