--- base_model: - Qwen/Qwen3-4B-Base - Qwen/Qwen3-8B-Base library_name: transformers tags: - qwen3 - spsd - sft - board-games --- # SPSD-SFT Full-parameter SPSD-SFT checkpoints. The repository stores variants in subfolders: - `qwen3-4b`: Qwen3-4B-Base prompt/completion SFT retrain from 2026-06-02. - `qwen3-8b`: Qwen3-8B-Base full-parameter SFT run from 2026-06-01. Load with `subfolder="qwen3-4b"` or `subfolder="qwen3-8b"` in Transformers.