Training in progress, epoch 0 1f2a9d1
Karbele commited on
How to use Kedar84/mistral-finetuned-samsum with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ")
model = PeftModel.from_pretrained(base_model, "Kedar84/mistral-finetuned-samsum")