These are the Stage 2 LoRA adapters from a complete
SFT → DPO fine-tuning pipeline. Apply these on top of the
SFT-adapted model to get preference-aligned behavior.
DPO (Direct Preference Optimization) is an alignment technique
that teaches the model to prefer better responses over worse ones.
Unlike PPO (used in ChatGPT), DPO doesn't need a separate reward
model — it learns preferences directly from paired examples of
good and bad responses.