Saiga adapter and other files added ce808c8
Paul Rock commited on
How to use evilfreelancer/saiga_mistral_7b_128k_lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-128k")
model = PeftModel.from_pretrained(base_model, "evilfreelancer/saiga_mistral_7b_128k_lora")