sokoban_easy_cot_kinf_trickiness
BAGEL-7B-MoT world-model SFT checkpoint (EMA weights only, raw fp32).
- task: sokoban_easy variant: trickiness step: 5000
- All-step thinking with trickiness-graded reasoning (fires reasoning at graded difficulty steps).
- weights: fp32 EMA, sharded into 2 safetensors files (
ema-XXXXX-of-00002.safetensors)
plus ema.safetensors.index.json (fp32 exceeds the 50GB single-file limit). Optimizer state NOT
included — for inference / eval, not resume.
Load
This is an SFT delta on the public BAGEL-7B-MoT base. Load the base config / tokenizer / VAE / ViT
from BAGEL-7B-MoT together with these EMA weights; point the loader at the repo folder (or its
ema.safetensors.index.json) and it assembles the shards, e.g. with the eval runners:
--bagel-path <this repo> --bagel-base-path <BAGEL-7B-MoT>.
Image transforms (sokoban): VAE 512/256, ViT 336/224, JPEG q95, 256px render. Prompt is stop-required; CoT is all-step interleaved.