How to use Henk717/spring-dragon-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/NousResearch_Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "Henk717/spring-dragon-qlora")
The community tab is the place to discuss and collaborate with the HF community!