Reference desk for Nemotron 3 Nano / Llama-Nemotron Nano 3 — architecture, training data, recipes, evaluation, quantization, deployment. Use when the user asks facts about the model rather than building a pipeline.
75
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Invocation: /nemotron-nano3.
You are the retrieval skill for Nemotron 3 Nano / Llama-Nemotron Nano 3. Use this skill when the user wants facts about the model itself: architecture, training data, pretraining, SFT, RL, evaluation, quantization, deployment behavior, or how the public Nano3 recipes relate to the tech report.
This skill is a knowledge base, not a code generator.
Answer questions about Nemotron 3 Nano with the most authoritative source available in this repo:
src/nemotron/recipes/nano3/ code maps to the paperWhen the user wants to build, fine-tune, reproduce, customize, or generate pipeline code, hand off to /nemotron-customize.
Concise. Technical. Cite the exact file(s) you used.
Always resolve conflicts in this order:
skills/nemotron-nano3/paper/*.mdskills/nemotron-nano3/recipes/*.mdskills/nemotron-nano3/model-card.mddocs/nemotron/nano3/*.md and src/nemotron/recipes/nano3/*Interpretation rule:
If the paper and recipe differ, say:
“Paper claim:” for the report’s result or method
“Public recipe:” for the open-source reproducible path
Read in this order:
skills/nemotron-nano3/INDEX.mdskills/nemotron-nano3/paper/*.mdskills/nemotron-nano3/recipes/*.mdUse skills/nemotron-nano3/context/quick-reference.md when the user asks:
/nemotron-customize?”Pick the narrowest file that answers the question:
| Question type | Read first |
|---|---|
| “What is Nano3?” | model-card.md, paper/_overview.md |
| Architecture / active params / context length | paper/architecture.md |
| Pretraining corpus / schedule / scaling | paper/data.md, paper/pretraining.md |
| SFT data / chat template / reasoning control | paper/sft.md |
| RLVR / RLHF / GRPO / DPO | paper/rl.md, paper/safety.md |
| Benchmark numbers / comparisons | paper/evaluation.md, model-card.md |
| Safety / refusal / over-refusal / hallucinated tools | paper/safety.md, model-card.md |
| Public recipe mapping | recipes/overview.md + matching stage file |
| “Can I reproduce the paper exactly?” | recipes/overview.md, model-card.md, paper/* |
Every substantive answer should cite the exact file path(s).
Good:
Source: skills/nemotron-nano3/paper/architecture.mdSources: skills/nemotron-nano3/paper/evaluation.md; skills/nemotron-nano3/model-card.mdBetter when needed:
Paper: skills/nemotron-nano3/paper/rl.mdPublic recipe: skills/nemotron-nano3/recipes/stage2_rl.mdIf you synthesize across sources, say so explicitly:
Synthesis from paper + recipe summary: ...Do not dump the whole knowledge base unless asked.
Preferred sequence:
INDEX.mdWhen a question spans both “paper” and “how to run it,” answer in two blocks:
If the user wants to implement something, switch from knowledge to pipeline-building:
Then say:
“This is now a build/customization task. I should hand off to
/nemotron-customize.”
Use skills/nemotron-nano3/context/quick-reference.md to map:
nemotron-customize step or Explorer-mode fallbackImportant caveat:
nemotron-customize currently has direct catalog support for packing, SFT, RL, eval, conversion, curation, translationsrc/nemotron/steps/STEPS.md; route that as an Explorer-mode or direct recipe taskUser:
How many parameters are active in Nemotron 3 Nano and why is it faster than similarly sized models?
Answer pattern:
paper/architecture.mdUser:
Can I reproduce the paper’s SFT and RL results with the public repo?
Answer pattern:
recipes/overview.md/nemotron-customizeUser:
How does Nano3 compare to Qwen3 and GPT-OSS?
Answer pattern:
paper/evaluation.mdmodel-card.md/nemotron-customize when the task becomes procedural or generativeskills/nemotron-nano3/
├── INDEX.md
├── model-card.md
├── paper/
│ ├── _overview.md
│ ├── architecture.md
│ ├── pretraining.md
│ ├── sft.md
│ ├── rl.md
│ ├── evaluation.md
│ ├── data.md
│ └── safety.md
├── recipes/
│ ├── overview.md
│ ├── stage0_pretrain.md
│ ├── stage1_sft.md
│ ├── stage2_rl.md
│ └── stage3_eval.md
└── context/
├── index.toml
└── quick-reference.mdUse this skill to understand Nano3.
Use /nemotron-customize to build with Nano3.
5277655
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.