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