How to use NobodyExistsOnTheInternet/nous7badaptor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models\teknium_llama-deus-7b-v3-lora-merged") model = PeftModel.from_pretrained(base_model, "NobodyExistsOnTheInternet/nous7badaptor")
The community tab is the place to discuss and collaborate with the HF community!