budget-internalization-iclr2027/nemotron3-nano-4b-4k-grpo-steadymagpie-s300
0319
Nemotron-3-Nano-4B · 4k-token budget · grpo · steadymagpie
RL-finetuned nvidia/NVIDIA-Nemotron-3-Nano-4B-BF16 trained for math reasoning under a 4,096-token generation budget. Released as part of an anonymous ICLR 2027 submission.
Run ID (petname): `steadymagpie` · checkpoint step 300
Training
Training prompt (user turn, rendered with the base model's chat template):
Think step-by-step to solve the following problem. Output your answer inside of \\boxed{} tags.:
{problem}
Let's think step-by-stepUsage
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "budget-internalization-iclr2027/nemotron3-nano-4b-4k-grpo-steadymagpie-s300"
tok = AutoTokenizer.from_pretrained(repo, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="auto", device_map="auto", trust_remote_code=True)With vLLM: vllm serve budget-internalization-iclr2027/nemotron3-nano-4b-4k-grpo-steadymagpie-s300 --trust-remote-code
License
Inherits the license of the base model (nvidia/NVIDIA-Nemotron-3-Nano-4B-BF16).
