budget-internalization-iclr2027/qwen3.5-4b-16k-grpo-reasoninggym-restedmarlin-s300
017
Qwen3.5-4B · 16k-token budget · grpo-reasoninggym · restedmarlin
RL-finetuned Qwen/Qwen3.5-4B trained with GRPO on Reasoning Gym tasks under a 16,384-token generation budget. Released as part of an anonymous ICLR 2027 submission.
Run ID (petname): `restedmarlin` · checkpoint step 300
Training
Prompts are the Reasoning Gym task prompts, rendered with the base model's chat template.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "budget-internalization-iclr2027/qwen3.5-4b-16k-grpo-reasoninggym-restedmarlin-s300"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="auto", device_map="auto")With vLLM: vllm serve budget-internalization-iclr2027/qwen3.5-4b-16k-grpo-reasoninggym-restedmarlin-s300
License
Inherits the license of the base model (Qwen/Qwen3.5-4B).
