How to use thejaminator/grpo-feature-vector-step-1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("thejaminator/gemma-introspection-20250821-merged") model = PeftModel.from_pretrained(base_model, "thejaminator/grpo-feature-vector-step-1")
The community tab is the place to discuss and collaborate with the HF community!