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