WebShop-Qwen3-8B-Adaptive-Random

A Qwen/Qwen3-8B policy trained as a multi-turn search agent (Search-R1 style) with Process-GRPO: a process reward model (Olmo-3-7B-Think verifier) scores each turn, with per-(group, turn-position) advantage normalization and verifier prompts that include the retrieved tool responses and the gold answer.

The model at the repository root is the final policy (training step 200). Intermediate checkpoints are provided under step_<STEP>/ subfolders.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

# Final model (repo root)
model = AutoModelForCausalLM.from_pretrained("wckwan/WebShop-Qwen3-8B-Adaptive-Random")
tokenizer = AutoTokenizer.from_pretrained("wckwan/WebShop-Qwen3-8B-Adaptive-Random")

# An intermediate checkpoint
model_step = AutoModelForCausalLM.from_pretrained("wckwan/WebShop-Qwen3-8B-Adaptive-Random", subfolder="step_20")

Checkpoints

Root: final policy at step 200.

  • step_20/ β€” intermediate checkpoint at training step 20
  • step_40/ β€” intermediate checkpoint at training step 40
  • step_60/ β€” intermediate checkpoint at training step 60
  • step_80/ β€” intermediate checkpoint at training step 80
  • step_100/ β€” intermediate checkpoint at training step 100
  • step_120/ β€” intermediate checkpoint at training step 120
  • step_140/ β€” intermediate checkpoint at training step 140
  • step_160/ β€” intermediate checkpoint at training step 160
  • step_180/ β€” intermediate checkpoint at training step 180

Training summary (step 200)

  • Process-reward score mean β‰ˆ 0.93
  • Searches per trajectory β‰ˆ 2.6 (non-collapsed, diverse multi-search policy)
  • Training-batch accuracy β‰ˆ 0.49
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for wckwan/WebShop-Qwen3-8B-Adaptive-Random

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