How to use baltop/open_300 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openchat/openchat-3.5-1210") model = PeftModel.from_pretrained(base_model, "baltop/open_300")
The community tab is the place to discuss and collaborate with the HF community!