How to use jaytonde05/MAP_EXP_12_FULL with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-Math-7B") model = PeftModel.from_pretrained(base_model, "jaytonde05/MAP_EXP_12_FULL")
The community tab is the place to discuss and collaborate with the HF community!