How to use baebee/Koss-7B-chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Trelis/Llama-2-7b-chat-hf-sharded-bf16") model = PeftModel.from_pretrained(base_model, "baebee/Koss-7B-chat")
The community tab is the place to discuss and collaborate with the HF community!