How to use CocoNutZENG/Epipaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hfl/llama-3-chinese-8b-instruct") model = PeftModel.from_pretrained(base_model, "CocoNutZENG/Epipaca")
3060d28
1
2
3
4
version https://git-lfs.github.com/spec/v1 oid sha256:df4a6bc4456b60361cbbe1479fd2d7f8c64bb7d8693fb418dc0f7a6ad0ec6818 size 4984