How to use WDong/7B_lora_06051615 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-7B-Chat") model = PeftModel.from_pretrained(base_model, "WDong/7B_lora_06051615")
The community tab is the place to discuss and collaborate with the HF community!