tinker-rl-atropos_notebook-qwen3-8b-base

LoRA adapters trained with GRPO on top of Qwen/Qwen3-8B-Base using the Tinker cloud training service. Part of the TinkerRL-Bench release for our NeurIPS submission "A Unified Benchmark for RL Post-Training of Language Models" (repo).

Training configuration

Base model Qwen/Qwen3-8B-Base
Experiment tag atropos_notebook
Campaign None
Task gsm8k
Seed None
LoRA rank 32
Learning rate None
Group size None
Training steps None
Platform Tinker (tinker)
Training run ID 380ee7fe-a0fc-5224-b755-49256a020831

Metrics

Metric Value

Checkpoints in this repo

Step Original Tinker URI Local path
sampler_weights/step_50 tinker://380ee7fe-a0fc-5224-b755-49256a020831:train:0/sampler_weights/step_50 step_50

How to load

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

base = "Qwen/Qwen3-8B-Base"
adapter = "arvindcr4/tinker-rl-atropos_notebook-qwen3-8b-base"

tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, torch_dtype="auto", device_map="auto")
model = PeftModel.from_pretrained(model, adapter, subfolder="final")  # or "<step>"

Companion releases

Citation

@misc{tinkerrlbench2026,
  title   = {A Unified Benchmark for RL Post-Training of Language Models},
  author  = {Arvind, C. R. and Jeyaraj, Sandhya},
  year    = {2026},
  note    = {NeurIPS submission, https://github.com/pes-llm-research/tinker-rl-lab}
}

License

Apache 2.0. The underlying base model retains its original license — please check Qwen/Qwen3-8B-Base for any usage restrictions.

Downloads last month
-
Video Preview
loading

Model tree for arvindcr4/tinker-rl-atropos_notebook-qwen3-8b-base

Adapter
(96)
this model