Introduction of littlelearner-1.3b-grpo-math-expert
Model Details of littlelearner-1.3b-grpo-math-expert
littlelearner-1.3b-grpo-math-expert
1.36B K-5-bounded chat model post-trained with GRPO on top of SFT.
Part of the
LittleLearner
scale-up study (
pedagogically-controlled knowledge exposure
): Qwen3 dense LMs trained on a corpus filtered to U.S. K-5 material (
bounded
) vs an unfiltered FineWeb-Edu corpus (
unbounded
), to measure what an interpretable knowledge boundary costs and grants.
Note: This checkpoint was post-trained with GRPO on mathematical reasoning tasks to probe achievable performance on MathCAMPS. As a result, its behavior is specialized toward mathematical reasoning and may not preserve general-purpose chat capabilities; responses may also exhibit a tendency toward math-oriented reasoning or output.
Tokenizer:
custom 64k byte-level BPE with per-digit splitting (ChatML special tokens).
Pretraining:
88B tokens on K-5
LittleCurriculum
(FineWeb-Edu filtered to U.S. grades K-5). WSD schedule, sharded Muon, MXFP8, Megatron-Core on 8xB200.
SFT:
supervised fine-tuned on K-5 chat data (lr 1e-5, 3 epochs) from a cooloff-SFT-primed base.
RL (GRPO):
segmented policy re-banding on a strictly K-5 verifiable-answer pool (Gemini-generated K-5 word problems + K-5-filtered GSM8K): 4 segments at rollout/training temperature 1.0, then 2 more at temperature 2.0 (the bounded-corpus, 1.3B-scale unlock temperature).
Evaluation
MathCAMPS:
K-5 pass@64
61.2
/ pass@1
40.1
beyond-K-5 pass@64
17.1
/ pass@1
6.5
Usage
# transformers (chat)from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "manueldeprada/littlelearner-1.3b-bounded-grpo"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, dtype="bfloat16", device_map="cuda")
msgs = [{"role": "user", "content": "Liam has 3 apples and buys 4 more. How many apples does he have?"}]
ids = tok.apply_chat_template(msgs, add_generation_prompt=True, return_tensors="pt").to(model.device)
out = model.generate(ids)
print(tok.decode(out[0, ids.shape[1]:], skip_special_tokens=True))
# vLLMfrom vllm import LLM
repo = "manueldeprada/littlelearner-1.3b-bounded-grpo"
llm = LLM(repo)
msgs = [{"role": "user", "content": "Liam has 3 apples and buys 4 more. How many apples does he have?"}]
print(llm.chat(msgs)[0].outputs[0].text)
Runs of littlelearner littlelearner-1.3b-grpo-math-expert on huggingface.co
550
Total runs
0
24-hour runs
23
3-day runs
39
7-day runs
48
30-day runs
More Information About littlelearner-1.3b-grpo-math-expert huggingface.co Model
More littlelearner-1.3b-grpo-math-expert license Visit here:
littlelearner-1.3b-grpo-math-expert huggingface.co is an AI model on huggingface.co that provides littlelearner-1.3b-grpo-math-expert's model effect (), which can be used instantly with this littlelearner littlelearner-1.3b-grpo-math-expert model. huggingface.co supports a free trial of the littlelearner-1.3b-grpo-math-expert model, and also provides paid use of the littlelearner-1.3b-grpo-math-expert. Support call littlelearner-1.3b-grpo-math-expert model through api, including Node.js, Python, http.
littlelearner-1.3b-grpo-math-expert huggingface.co is an online trial and call api platform, which integrates littlelearner-1.3b-grpo-math-expert's modeling effects, including api services, and provides a free online trial of littlelearner-1.3b-grpo-math-expert, you can try littlelearner-1.3b-grpo-math-expert online for free by clicking the link below.
littlelearner littlelearner-1.3b-grpo-math-expert online free url in huggingface.co:
littlelearner-1.3b-grpo-math-expert is an open source model from GitHub that offers a free installation service, and any user can find littlelearner-1.3b-grpo-math-expert on GitHub to install. At the same time, huggingface.co provides the effect of littlelearner-1.3b-grpo-math-expert install, users can directly use littlelearner-1.3b-grpo-math-expert installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
littlelearner-1.3b-grpo-math-expert install url in huggingface.co: