How to use ingeol/dpo_test_2000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("kfkas/Llama-2-ko-7b-Chat") model = PeftModel.from_pretrained(base_model, "ingeol/dpo_test_2000")
The community tab is the place to discuss and collaborate with the HF community!