Supervised Fine-Tuning checkpoint of
LiquidAI/LFM2-2.6B for Tic Tac Toe.
The goal of this SFT warm-up was to teach the model the correct output format and valid move syntax, before applying Reinforcement Learning. The model is not a strong player at this stage.
This is an intermediate checkpoint from 🎓
LLM RL Environments Lil Course, a hands-on course on building RL environments for Language Models, where models learn from rewards, not examples. It walks through the full process of turning a small open model into a specialist that outperforms a large proprietary one on a specific task (Tic Tac Toe). The final model is
anakin87/LFM2-2.6B-mr-tictactoe.
100 games per setting.
Format following jumped from <30% to 99%. Gameplay strategy improved as a side effect.