PEFT
Not-For-All-Audiences
How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-hf")
model = PeftModel.from_pretrained(base_model, "kingbri/pippa-sharegpt-13b-qlora")

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card