Instructions to use CrystalRaindropsFall/smollm2-gsm8k-curriculum-complexity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CrystalRaindropsFall/smollm2-gsm8k-curriculum-complexity with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("experiment_results/curriculum_complexity_score_smolLM2_gsm8k_20251112_222922/stage_2_normal/merged_model") model = PeftModel.from_pretrained(base_model, "CrystalRaindropsFall/smollm2-gsm8k-curriculum-complexity") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!