CoolFace
Modelpublic

anakin87/LFM2-2.6B-ttt-rl-merged

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes16downloads
Model Card

LFM2-2.6B-ttt-rl-merged

Merged standalone model after the first round of CISPO training for Tic Tac Toe.

This is the result of merging anakin87/LFM2-2.6B-ttt-rl (LoRA adapter) into anakin87/LFM2-2.6B-ttt-sft (SFT base). It serves as the base for the second round of RL training.

This is an intermediate checkpoint from ๐ŸŽ“ [LLM RL Environments Lil Course](https://github.com/anakin87/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.

๐Ÿค—๐Ÿ•น๏ธ [Play against the final model](https://huggingface.co/spaces/anakin87/LFM2-2.6B-mr-tictactoe)

Evaluation

100 games per setting.

**Model vs random opponent****% Wins****% Draws****% Losses****% Follows format****% Games w invalid moves**
LiquidAI/LFM2-2.6B40114927.840
anakin87/LFM2-2.6B-ttt-sft74131399.811
anakin87/LFM2-2.6B-ttt-rl-merged861221001
Model vs optimal opponent% Wins% Draws% Losses% Follows format% Games w invalid moves
LiquidAI/LFM2-2.6B0118924.743
anakin87/LFM2-2.6B-ttt-sft052489914
anakin87/LFM2-2.6B-ttt-rl-merged085151001

Competent player, but still falls into fork traps against the optimal opponent.