SPADE-Qwen3-4B-ToolUse

SPADE checkpoint for the tool use setting, trained from Qwen/Qwen3-4B-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-4B-Instruct-2507
Setting tool_use
Released checkpoint iter399
Grounding corpus spare-rl/spade-grounding-corpus-tooluse-15k

Environments. Multi-turn tool-use environments generated online, grounded on the 15k tool-use corpus.

Checkpoint selection. Checkpoint at step 399 of the run.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "spare-rl/SPADE-Qwen3-4B-ToolUse"
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
5
Safetensors
Model size
4B 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-4B-ToolUse

Finetuned
(1935)
this model

Collection including spade-rl/SPADE-Qwen3-4B-ToolUse