How to use Shad0ws/generatorllm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.3-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Shad0ws/generatorllm")
The community tab is the place to discuss and collaborate with the HF community!