budget-internalization-iclr2027/gemma4-e2b-2k-grpo-superworm-s300
011
Gemma-4-E2B-it · 2k-token budget · grpo · superworm
RL-finetuned google/gemma-4-E2B-it trained for math reasoning under a 2,048-token generation budget. Released as part of an anonymous ICLR 2027 submission.
Run ID (petname): `superworm` · 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/gemma4-e2b-2k-grpo-superworm-s300"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="auto", device_map="auto")With vLLM: vllm serve budget-internalization-iclr2027/gemma4-e2b-2k-grpo-superworm-s300
License
Inherits the license of the base model (google/gemma-4-E2B-it).
