SPaTS training configs

July 28, 2026 ยท View on GitHub

We do not release SPaTS checkpoints. Reproduce from public Qwen-VL base models:

StageConfigStarts fromSaves to
1. SFTconfigs/sft/sft_2b.yaml / sft_4b.yamlQwen/Qwen3-VL-2B-Instruct / Qwen/Qwen3-VL-4B-Instructcheckpoints/SPaTS-{2B,4B}-SFT
2. SPaSOconfigs/spaso/spaso_2b.yaml / spaso_4b.yamlSFT checkpointcheckpoints/SPaTS-*-GRPO

Run SFT first, then SPaSO. Each stage reads model_name_or_path from the previous stage's output_dir.

Edit a YAML file to change training hyperparameters. Launch scripts only set distributed runtime options such as NPROC and MASTER_PORT.