SPADE-Qwen3-30B-A3B-Games

SPADE checkpoint for the games setting, trained from Qwen/Qwen3-30B-A3B-Instruct-2507.

SPADE trains a single model in two roles: as a proposer that writes executable environments, and as an actor that plays them. The proposer is rewarded for producing environments at the frontier of what the actor can currently solve, so the curriculum keeps pace with the policy instead of being fixed in advance.

Base model Qwen/Qwen3-30B-A3B-Instruct-2507
Setting games
Released checkpoint iter79
Grounding corpus spare-rl/spade-grounding-corpus-games-15k

Environments. Environments generated online by the model itself, grounded on the 15k games corpus.

Checkpoint selection. Best of 21 evaluated checkpoints (GEM overall 0.836, LiveCodeBench-v6 0.849). Scores peak early in this run and decline over later iterations, so the released checkpoint is not the final one.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "spare-rl/SPADE-Qwen3-30B-A3B-Games"
tok = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")

Related artifacts

  • Grounding corpora: games · tool use
  • Generated environments released as datasets in this organization.
Downloads last month
19
Safetensors
Model size
31B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for spade-rl/SPADE-Qwen3-30B-A3B-Games

Finetuned
(85)
this model

Collection including spade-rl/SPADE-Qwen3-30B-A3B-Games