How to use ingeol/sft_merged_660 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/polyglot-ko-12.8b") model = PeftModel.from_pretrained(base_model, "ingeol/sft_merged_660")
The community tab is the place to discuss and collaborate with the HF community!