How to use CrystalRaindropsFall/phi2-gsm8k-curriculum-answer-length with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("experiment_results/curriculum_answer_length_phi2_gsm8k_20251112_200451/stage_2_normal/merged_model") model = PeftModel.from_pretrained(base_model, "CrystalRaindropsFall/phi2-gsm8k-curriculum-answer-length")
The community tab is the place to discuss and collaborate with the HF community!