Qwen 2.5 7B IT β Loving (DPO-200 Ablation)
This model is an ablation study from the Open Character Training pipeline.
What's different?
In the standard OCT pipeline:
- DPO distillation trains to completion (~267 steps)
- The final DPO LoRA generates self-reflection + self-interaction data
- SFT introspection trains on that data
In this ablation:
- DPO distillation step 200 is used (highest ELO in Value Arena evaluation)
- The DPO-200 LoRA generates the self-reflection + self-interaction data
- SFT introspection trains on that DPO-200-generated data
Branches
- dpo-step200/: The DPO LoRA at step 200 (used as starting point)
- introspection-final/: Final SFT LoRA trained on DPO-200-generated introspection data
- introspection-global_step/*: Intermediate SFT checkpoints
Training Details
- Base model: Qwen/Qwen2.5-7B-Instruct
- DPO checkpoint: Step 200 / 267 (loving constitution)
- SFT data: 12,000 samples (self-reflection + self-interaction generated by DPO-200 model)
- LoRA: rank=64, alpha=128
- Learning rate: 5e-5
- Batch size: 32
- Optimizer: Adam (betas=0.9, 0.98)