nemotron-super3

Retrieve cited facts about NVIDIA Nemotron 3 Super architecture and training pipeline from indexed references.

1.8k|373|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/NVIDIA-NeMo/Nemotron --skill nemotron-super3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemotron-super3
Source: https://github.com/NVIDIA-NeMo/Nemotron/tree/main/skills/nemotron-super3
Command: npx skills add https://github.com/NVIDIA-NeMo/Nemotron --skill nemotron-super3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to manually search across scattered papers, model-card notes, and recipe docs when you want facts about NVIDIA Nemotron 3 Super (Super3).

Core Features & Use Cases

  • Super3 knowledge desk: answers architecture, training stages (pretrain/SFT/RL/eval/quantization), evaluation setup, and deployment-oriented checkpoint differences.
  • Paper vs. open-repo clarity: consistently distinguishes reported research claims from what the released recipes can reproduce.
  • Routing-first retrieval: directs answers through the skill’s internal map (INDEX → quick reference → smallest relevant file) to ensure citations and scope correctness.

Quick Start

Ask the Skill how LatentMoE and MTP work in Nemotron 3 Super by invoking /nemotron-super3 and requesting an architecture explanation with the relevant paper sections.

Frequently Asked Questions about nemotron-super3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is NVIDIA Nemotron 3 Super and how does its model architecture work?

NVIDIA Nemotron 3 Super is a large language model featuring LatentMoE and MTP architectures. This skill retrieves cited facts explaining these structural components and their operational mechanisms directly from the model card and research paper.

How do FP8 and NVFP4 quantization differ in Nemotron 3 Super?

FP8 and NVFP4 are quantization formats supported in Nemotron 3 Super. This skill differentiates their precision levels and deployment characteristics by grounding answers in the model's evaluation and quantization documentation.

What happens during the pretraining, SFT, and RL training stages of Nemotron 3 Super?

The Nemotron 3 Super training pipeline includes pretraining, supervised fine-tuning (SFT), and reinforcement learning (RL). This skill outlines what occurs in each phase by routing through recipe summaries and paper markdown sections.

How do Nemotron 3 Super recipes map to the original research paper?

Recipe mapping connects Nemotron 3 Super open-source reproduction recipes to original research claims. This skill clarifies how recipes align with the paper by explicitly separating reproducible open-source components from reported research benchmarks.

Can I use this to build a Nemotron 3 Super training job or run evaluation benchmarks?

No, this skill does not build training jobs or run evaluation benchmarks. It functions strictly as a knowledge desk, retrieving cited facts about Nemotron 3 Super architecture, training stages, and quantization from existing documentation.