How to use patruff/gemma-7b-chuckles-chatml with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b") model = PeftModel.from_pretrained(base_model, "patruff/gemma-7b-chuckles-chatml")
The community tab is the place to discuss and collaborate with the HF community!