How to use alifgokce/wwi-sql-assistant-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/afg/sql-finetune/models/qwen2.5-coder-7b") model = PeftModel.from_pretrained(base_model, "alifgokce/wwi-sql-assistant-lora")
The community tab is the place to discuss and collaborate with the HF community!