SPADE-Qwen3-8B-Games

SPADE checkpoint for the games setting, trained from Qwen/Qwen3-8B.

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-8B
Setting games
Released checkpoint iter399
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. Final checkpoint of the run (no offline eval sweep was run for this arm).

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "spare-rl/SPADE-Qwen3-8B-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
20
Safetensors
Model size
8B 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-8B-Games

Finetuned
Qwen/Qwen3-8B
Finetuned
(1965)
this model

Collection including spade-rl/SPADE-Qwen3-8B-Games