Instructions to use CrystalRaindropsFall/phi2-gsm8k-curriculum-answer-length with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K