How to use sunjisen/qwen_Weather with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/qwen1_8/Qwen-1_8B-Chat-Int4") model = PeftModel.from_pretrained(base_model, "sunjisen/qwen_Weather")
The community tab is the place to discuss and collaborate with the HF community!