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