Training
The student starts from Qwen/Qwen2.5-7B, revision d149729398750b98c0af14eb82c78cfe92750796. Training uses SLIME with Megatron-LM, BF16, global batch size 64, and AdamW with a peak learning rate of 5e-6. Full settings and exact data selections are in the code repository.
This is the final checkpoint after 188 optimizer updates. The original checkpoint identifier is dbe603ac6ceeab03aa2a8313316341b97609750143054ce4e4cbe8c463a2c045.
Evaluate
From a checkout of the code repository with evaluation dependencies installed:
python -m incorrect_trace_sft.evaluate --experiment aime_years --model suryadv/IncorrectTraceSFT-Qwen2.5-7B-AIME2025-correct --output runs/AIME2025-correct
The evaluation command preserves the experiment's prompts, context limit, sampling parameters, and answer scorer. It reports pass@1 and the Monte Carlo standard error across decoding repeats. See the repository's results table for all conditions and comparisons.
Files and intended use
The safetensors weights are unchanged from the evaluated checkpoint. provenance.json records their original SHA-256 hashes. The tokenizer configuration has been normalized for Transformers 4.57: legacy special-token metadata is represented using the current field format, and the existing chat template is embedded. Vocabulary, token IDs, and the chat template are unchanged.
This model is released for research on mathematical reasoning and SFT data selection. Correct final answers in the training data do not imply that intermediate reasoning steps were verified. ID/OOD in this study refers to problem identity relative to SFT; it says nothing about pretraining exposure. Coding-agent checkpoints will be released separately.