nvidia / nemotron-3-super-120b-a12b

NVIDIA-Nemotron-3-Super-120B-A12B

Model Summary

Total Parameters120B (12B active)
ArchitectureLatentMoE - Mamba-2 + MoE + Attention hybrid with Multi-Token Prediction (MTP)
Context LengthUp to 1M tokens
Minimum GPU Requirement8× H100-80GB
Supported LanguagesEnglish, French, German, Italian, Japanese, Spanish, Chinese
Best ForAgentic workflows, long-context reasoning, high-volume workloads (e.g. IT ticket automation), tool use, RAG
Reasoning ModeConfigurable on/off via chat template (enable_thinking=True/False)
LicenseNVIDIA Nemotron Open Model License
Release DateMarch 11, 2026

Quick Start

Use temperature=1.0 and top_p=0.95 across all tasks and serving backends — reasoning, tool calling, and general chat alike.

For more details on how to deploy and use the model - see the Quick Start Guide below!

Model Overview

Model Developer: NVIDIA Corporation

Model Dates: December 2025 - March 2026

Data Freshness:

  • The post-training data has a cutoff date of February 2026.
  • The pre-training data has a cutoff date of June 2025.

What is Nemotron?

NVIDIA Nemotron™ is a family of open models with open weights, training data, and recipes, delivering leading efficiency and accuracy for building specialized AI agents.

Description

Nemotron-3-Super-120B-A12B-BF16 is a large language model (LLM) trained by NVIDIA, designed to deliver strong agentic, reasoning, and conversational capabilities. It is optimized for collaborative agents and high-volume workloads such as IT ticket automation. Like other models in the family, it responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response. The model's reasoning capabilities can be configured through a flag in the chat template.

The model employs a hybrid Latent Mixture-of-Experts (LatentMoE) architecture, utilizing interleaved Mamba-2 and MoE layers, along with select Attention layers. Distinct from the Nano model, the Super model incorporates Multi-Token Prediction (MTP) layers for faster text generation and improved quality, and it is trained using NVFP4 quantization to maximize compute efficiency. The model has 12B active parameters and 120B parameters in total.

The supported languages include: English, French, German, Italian, Japanese, Spanish, and Chinese

This model is ready for commercial use.

License/Terms of Use

GOVERNING TERMS: The trial service is governed by the NVIDIA API Trial Terms of Service. Use of this model is governed by the NVIDIA Nemotron Open Model License.

Benchmarks

BenchmarkNemotron 3 SuperQwen3.5-122B-A10BGPT-OSS-120B
General Knowledge
MMLU-Pro83.7386.7081.00
Reasoning
AIME25 (no tools)90.2190.3692.50
HMMT Feb25 (no tools)93.6791.4090.00
HMMT Feb25 (with tools)94.7389.55
GPQA (no tools)79.2386.6080.10
GPQA (with tools)82.7080.09
LiveCodeBench (v5 2024-08↔2025-05)81.1978.9388.00
SciCode (subtask)42.0542.0039.00
HLE (no tools)18.2625.3014.90
HLE (with tools)22.8219.0
Agentic
Terminal Bench (hard subset)25.7826.8024.00
Terminal Bench Core 2.031.0037.5018.70
SWE-Bench (OpenHands)60.4766.4041.9
SWE-Bench (OpenCode)59.2067.40
SWE-Bench (Codex)53.7361.20
SWE-Bench Multilingual (OpenHands)45.7830.80
TauBench V2
    Airline56.2566.049.2
    Retail62.8362.667.80
    Telecom64.3695.0066.00
    Average61.1574.5361.0
BrowseComp with Search31.2833.89
BIRD Bench41.8038.25
Chat & Instruction Following
IFBench (prompt)72.5673.7768.32
Scale AI Multi-Challenge55.2361.5058.29
Arena-Hard-V273.8875.1590.26
Long Context
AA-LCR58.3166.9051.00
RULER-100 @ 256k96.3096.7452.30
RULER-100 @ 512k95.6795.9546.70
RULER-100 @ 1M91.7591.3322.30
Multilingual
MMLU-ProX (avg over langs)79.3685.0676.59
WMT24++ (en→xx)86.6787.8488.89

All evaluation results were collected via Nemo Evaluator SDK and for most benchmarks, the Nemo Skills Harness. For reproducibility purposes, more details on the evaluation settings can be found in the Nemo Evaluator SDK configs folder and the reproducibility tutorial for Nemotron 3 Super. The open source container on Nemo Skills packaged via NVIDIA's Nemo Evaluator SDK used for evaluations can be found here. In addition to Nemo Skills, the evaluations also used dedicated open-source packaged containers for Tau-2 Bench (default prompt), Terminal Bench Hard (48 tasks), ScaleAI Multi Challenge Multi-turn Instruction Following, and Ruler.

The following benchmarks are not onboarded yet in our open source tools and for these we used either their official open source implementation or otherwise an internal scaffolding that we plan to open source in the future: SWE Bench Verified (OpenHands), SWE Bench Multilingual (OpenHands), BrowseComp with Search (internal implementation with Serp API), Terminal Bench Core 2.0 (Harbor).

Deployment Geography: Global

Use Case

NVIDIA-Nemotron-3-Super-120B-A12B-BF16 is a general purpose reasoning and chat model intended to be used in English, Code, and supported multilingual contexts. This model is optimized for collaborative agents and high-volume workloads. It is intended to be used by developers designing AI Agent systems, chatbots, RAG systems, and other AI-powered applications. This model is also suitable for complex instruction-following tasks and long-context reasoning.

Release Date

Hugging Face - 03/11/2026 via Hugging Face

Reference(s)

Model Architecture

  • Architecture Type: Mamba2-Transformer Hybrid Latent Mixture of Experts (LatentMoE) with Multi-Token Prediction (MTP)
  • Network Architecture: Nemotron Hybrid LatentMoE
  • Number of model parameters: 120B Total / 12B Active

Model Design

The model utilizes the LatentMoE architecture, where tokens are projected into a smaller latent dimension for expert routing and computation, improving accuracy per byte. The Super model is pre-trained using NVFP4 quantization — the first model in the Nemotron 3 family trained at this precision. The majority of linear layers use NVFP4 for weights, activations, and gradients, while select layers (including latent projections, MTP layers, QKV/attention projections, and embeddings) are maintained in BF16 or MXFP8 for training stability. The model includes Multi-Token Prediction (MTP) layers using a shared-weight design across prediction heads. This improves training signal quality, enables faster inference via native speculative decoding, and supports more stable autoregressive drafting at longer draft lengths compared to independently trained offset heads.

Training Methodology

Stage 1: Pre-Training

Stage 2: Supervised Fine-Tuning

  • The model was further fine-tuned on synthetic code, math, science, tool calling, instruction following, structured outputs, and general knowledge data. This stage incorporated data designed to support long-range retrieval and multi-document aggregation. All datasets are disclosed in the Training and Evaluation Datasets section of this document. Major portions of the fine-tuning corpus are released in the Nemotron-Post-Training-v3 collection. Data Designer is one of the libraries used to prepare these corpora.

Stage 3: Reinforcement Learning

  • The model underwent multi-environment reinforcement learning using asynchronous GRPO (Group Relative Policy Optimization) across math, code, science, instruction following, multi-step tool use, multi-turn conversations, and structured output environments. It utilized an asynchronous RL architecture that fully decouples training from inference across separate GPU devices, leveraging in-flight weight updates and MTP to accelerate rollout generation. Conversational quality was further refined through RLHF. All datasets are disclosed in the Training and Evaluation Datasets section of this document. The RL environments and datasets are released as part of NeMo Gym.
  • Software used for reinforcement learning: NeMo RL, NeMo Gym

NVIDIA-Nemotron-3-Super-120B-A12B-BF16 model is a result of the above work.

The end-to-end training recipe is available in the NVIDIA Nemotron Developer Repository. Evaluation results can be replicated using the NeMo Evaluator SDK. Data Designer is one of the libraries used to prepare the pre and post training datasets. More details on the datasets and synthetic data generation methods can be found in the technical report NVIDIA Nemotron 3 Super Technical Report.

Input

  • Input Type(s): Text
  • Input Format(s): String
  • Input Parameters: One-Dimensional (1D): Sequences
  • Other Properties Related to Input: Maximum context length up to 1M tokens. Supported languages include: English, French, German, Italian, Japanese, Spanish, and Chinese

Output

  • Output Type(s): Text
  • Output Format: String
  • Output Parameters: One-Dimensional (1D): Sequences
  • Other Properties Related to Output: Maximum context length up to 1M tokens

Our AI models are designed and optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.

Software Integration

  • Runtime Engine(s): NeMo 25.11.01
  • Supported Hardware Microarchitecture Compatibility: NVIDIA Ampere - A100; NVIDIA Blackwell; NVIDIA Hopper - H100-80GB
  • Operating System(s): Linux

The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.

Model Version(s)

  • v1.0 - GA

Quick Start Guide

For each inference backend - we'll be using the custom super_v3 reasoning parser - which you can obtain by following these instructions:

wget https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16/blob/main/super_v3_reasoning_parser.py

For advanced deployment configurations - visit this resource

vLLM

For more detailed information, please see this cookbook.

pip install -U "vllm==0.15.1"

export MODEL_CKPT=PATH/TO/MODEL/CHECKPOINT
vllm serve $MODEL_CKPT \
  --served-model-name nvidia/nemotron-3-super \
  --async-scheduling \
  --dtype auto \
  --kv-cache-dtype fp8 \
  --tensor-parallel-size 4 \
  --pipeline-parallel-size 1 \
  --data-parallel-size 2 \
  --max-model-len 262144 \
  --enable-expert-parallel \
  --swap-space 0 \
  --trust-remote-code \
  --gpu-memory-utilization 0.9 \
  --enable-chunked-prefill \
  --mamba-ssm-cache-dtype float16 \
  --reasoning_parser super_v3

Context length defaults to 256k above. To use up to 1M, set VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 and --max-model-len 1M

SGLang

Container:

docker pull lmsysorg/sglang:v0.5.9

Or pip:

pip install 'git+https://github.com/sgl-project/sglang.git#subdirectory=python'

For more detailed information, please see this cookbook.

python3 -m sglang.launch_server \
  --model PATH/TO/CHECKPOINT \
  --served-model-name nvidia/nemotron-3-super \
  --trust-remote-code \
  --tp 8 \
  --ep 4 \
  --tool-call-parser qwen3_coder \
  --reasoning-parser super_v3

TRT-LLM

Container:

docker pull nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc5

For more detailed information, please see this cookbook.

cat > ./extra-llm-api-config.yml << EOF
kv_cache_config:
  enable_block_reuse: false
  mamba_ssm_cache_dtype: float32
moe_config:
  backend: TRTLLM
cuda_graph_config:
  enable_padding: true
  max_batch_size: 256
enable_attention_dp: true
EOF

trtllm-serve PATH/TO/BF16/CHECKPOINT \
  --host 0.0.0.0 \
  --port 8123 \
  --backend pytorch \
  --max_batch_size 256 \
  --tp_size 8 --ep_size 8 \
  --max_num_tokens 8576 \
  --trust_remote_code \
  --reasoning_parser nano_v3 \
  --tool_parser qwen3_coder \
  --extra_llm_api_options extra-llm-api-config.yml

API Client

The examples below use the OpenAI-compatible client and work with any of the serving backends above.

NOTE: For coding agents add the following to the API call - extra_body={“chat_template_kwargs”: {“force_nonempty_content”: True}

from openai import OpenAI
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
MODEL = "nvidia/nemotron-3-super"

Reasoning ON (default)

response = client.chat.completions.create(
    model=MODEL,
    messages=[{"role": "user", "content": "Write a haiku about GPUs"}],
    max_tokens=16000,
    temperature=1.0,
    top_p=0.95,
    extra_body={"chat_template_kwargs": {"enable_thinking": True}}
)
print(response.choices[0].message.content)

Reasoning OFF

response = client.chat.completions.create(
    model=MODEL,
    messages=[{"role": "user", "content": "What is the capital of Japan?"}],
    max_tokens=16000,
    temperature=1.0,
    top_p=0.95,
    extra_body={"chat_template_kwargs": {"enable_thinking": False}}
)
print(response.choices[0].message.content)

Low-effort reasoning

Uses significantly fewer reasoning tokens than full thinking mode. Recommended as a starting point before tuning explicit token budgets.

response = client.chat.completions.create(
    model=MODEL,
    messages=[{"role": "user", "content": "What is the capital of Japan?"}],
    max_tokens=16000,
    temperature=1.0,
    top_p=0.95,
    extra_body={"chat_template_kwargs": {"enable_thinking": True, "low_effort": True}}
)
print(response.choices[0].message.content)

OpenCode

OpenCode is an AI coding agent that runs in your terminal. It connects to any OpenAI-compatible endpoint, making it compatible with all three serving backends above (vLLM, SGLang, and TRT-LLM).

Create or update your ~/.config/opencode/opencode.json:

{
    "$schema": "https://opencode.ai/config.json",
    "model": "local/nvidia-nemotron-3-super",
    "provider": {
        "local": {
            "npm": "@ai-sdk/openai-compatible",
            "name": "local_backend",
            "options": {
                "baseURL": "http://localhost:8000/v1",
                "apiKey": "EMPTY"
            },
            "models": {
                "nvidia-nemotron-3-super": {
                    "name": "nvidia/nemotron-3-super",
                    "limit": {
                        "context": 1000000,
                        "output": 32768
                    }
                }
            }
        }
    },
    "agent": {
        "build": {
            "temperature": 1.0,
            "top_p": 0.95,
            "max_tokens": 32000
        },
        "plan": {
            "temperature": 1.0,
            "top_p": 0.95,
            "max_tokens": 32000
        }
    }
}

Update baseURL to match whichever backend you are running. The default port above (8000) matches the vLLM example; SGLang and TRT-LLM use 30000 and 8123 respectively.

To learn more about other supported agent scaffolds - check out this resource

Advanced: Budget-Controlled Reasoning

Set a hard token ceiling on the reasoning trace using reasoning_budget. The model will attempt to close the trace at the next newline before the budget is hit; if none is found within 500 tokens it closes abruptly at reasoning_budget + 500.

from typing import Any, Dict, List
import openai
from transformers import AutoTokenizer


class ThinkingBudgetClient:
    def __init__(self, base_url: str, api_key: str, tokenizer_name_or_path: str):
        self.tokenizer = AutoTokenizer.from_pretrained(tokenizer_name_or_path)
        self.client = openai.OpenAI(base_url=base_url, api_key=api_key)

    def chat_completion(
        self,
        model: str,
        messages: List[Dict[str, Any]],
        reasoning_budget: int = 512,
        max_tokens: int = 1024,
        **kwargs,
    ) -> Dict[str, Any]:
        assert max_tokens > reasoning_budget, (
            f"reasoning_budget must be less than max_tokens. "
            f"Got {max_tokens=} and {reasoning_budget=}"
        )

        # Step 1: generate the reasoning trace up to the budget
        response = self.client.chat.completions.create(
            model=model, messages=messages, max_tokens=reasoning_budget, **kwargs
        )
        reasoning_content = response.choices[0].message.content
        if "" not in reasoning_content:
            reasoning_content = f"{reasoning_content}.\n\n\n"

        reasoning_tokens_len = len(
            self.tokenizer.encode(reasoning_content, add_special_tokens=False)
        )
        remaining_tokens = max_tokens - reasoning_tokens_len
        assert remaining_tokens > 0, (
            f"No tokens remaining for response ({remaining_tokens=}). "
            "Increase max_tokens or lower reasoning_budget."
        )

        # Step 2: continue from the closed reasoning trace
        messages.append({"role": "assistant", "content": reasoning_content})
        prompt = self.tokenizer.apply_chat_template(
            messages, tokenize=False, continue_final_message=True
        )
        response = self.client.completions.create(
            model=model, prompt=prompt, max_tokens=remaining_tokens, **kwargs
        )

        return {
            "reasoning_content": reasoning_content.strip().strip("").strip(),
            "content": response.choices[0].text,
            "finish_reason": response.choices[0].finish_reason,
        }

Example usage (32-token reasoning budget):

client = ThinkingBudgetClient(
    base_url="http://localhost:8000/v1",
    api_key="EMPTY",
    tokenizer_name_or_path="nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
)

result = client.chat_completion(
    model="nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
    messages=[
        {"role": "system", "content": "You are a helpful assistant. /think"},
        {"role": "user", "content": "What is 2+2?"},
    ],
    reasoning_budget=32,
    max_tokens=512,
    temperature=1.0,
    top_p=0.95,
)
print(result)

Transformers

The model has been integrated into 🤗 Transformers since v5.3.0. We recommend using the Nemotron 3 Super container from the NeMo Framework to ensure all required libraries are available.

import torch
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16")
model = AutoModelForCausalLM.from_pretrained(
    "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
    torch_dtype=torch.bfloat16,
    device_map="auto"
)

If your Transformers version is lower than v5.3.0, please add trust_remote_code=True when loading the model:

model = AutoModelForCausalLM.from_pretrained(
    "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
    torch_dtype=torch.bfloat16,
    device_map="auto",
    trust_remote_code=True
)

Please note that the model supports up to a 1M context size, although the default context size in the Hugging Face configuration is 256k due to higher VRAM requirements.

Here is an example of generating outputs with reasoning enabled (the default):

messages = [
    {"role": "user", "content": "Write a haiku about GPUs"},
]

tokenized_chat = tokenizer.apply_chat_template(
    messages,
    tokenize=True,
    add_generation_prompt=True,
    return_tensors="pt"
).to(model.device)

if not isinstance(tokenized_chat, torch.Tensor):
    input_ids = tokenized_chat["input_ids"]
else:
    input_ids = tokenized_chat

outputs = model.generate(
    input_ids,
    max_new_tokens=50,
    temperature=1.0,
    top_p=0.95,
    eos_token_id=tokenizer.eos_token_id
)

print(tokenizer.decode(outputs[0]))

To disable reasoning, add enable_thinking=False to apply_chat_template(). By default, enable_thinking is set to True.

tokenized_chat = tokenizer.apply_chat_template(
    messages,
    tokenize=True,
    enable_thinking=False,
    add_generation_prompt=True,
    return_tensors="pt"
).to(model.device)

Training and Evaluation Datasets

Training

Data Modality: Text
The total size: 15,573,172,908,990 Tokens
Total number of datasets: 153
Dataset partition: Training [100%], testing [0%], validation [0%]
Time period for training data collection: 2013 to February 24, 2026
Time period for testing data collection: 2013 to February 24, 2026
Time period for validation data collection: 2013 to February 24, 2026
Data Collection Method by dataset: Hybrid: Automated, Human, Synthetic
Labeling Method by dataset: Hybrid: Automated, Human, Synthetic

NVIDIA-Nemotron-3-Super-120B-A12B-BF16 is pre-trained on a large corpus of high-quality curated and synthetically-generated data. It is trained in the English language, as well as 19 other languages and 43 programming languages. Our sources cover a variety of document types such as: webpages, dialogue, articles, and other written materials. The corpus spans domains including legal, math, science, finance, and more. We also include a small portion of question-answering, and alignment style data to improve model accuracy. The model was trained for approximately 25 trillion tokens.

The post-training corpus for NVIDIA-Nemotron-3-Super-120B-A12B-BF16 of high-quality curated and synthetically-generated data. Primary languages used for post-training include English, French, German, Italian, Japanese, Spanish, and Chinese.

These datasets, such as FinePDFs, EssentialWeb, HotpotQA, SQuAD, and HelpSteer3, do not collectively or exhaustively represent all demographic groups (and proportionally therein). For instance, these datasets do not contain explicit mentions of demographic classes such as age, gender, or ethnicity in 64-99% of samples, depending on the source. In the subset where such terms are present, document-based datasets (FinePDFs and EssentialWeb) contain representational skews, such as references to "male" outnumbering those to "female", and mentions of "White" as the most frequent among ethnic identifiers (comprising 43-44% of ethnicity mentions). To mitigate these imbalances, we recommend considering evaluation techniques such as bias audits, fine-tuning with demographically balanced datasets, and mitigation strategies like counterfactual data augmentation to align with the desired model behavior. This evaluation used a 3,000-sample subset per dataset, identified as the optimal threshold for maximizing embedder accuracy.

During post-training, we generate synthetic data by distilling trajectories, solutions, and translations from strong teacher models and agent systems, often grounded in real tasks or documents and aggressively filtered for quality. For math, code, and science, we start from curated problem sets and use open source permissive models such as GPT-OSS-120B to produce step-by-step reasoning traces, candidate solutions, best-of-n selection traces, and verified CUDA kernels. For long-context and science, we build synthetic QA and reasoning data by retrieving passages from long documents, generating MCQ/OpenQA questions and answers, and paraphrasing them into multiple prompt/response formats to ensure diversity. Across all pipelines we stack automated verification—compilers, numerical checks, language identification—to ensure our data is high quality.

For all domains, we apply a unified data filtering pipeline to ensure that only high-quality, license-compliant, and verifiable samples are used for post-training. We first discard malformed examples using structural checks (e.g., missing tool definitions when tool calls are present). We then aggressively filter reasoning traces exhibiting pathological repetition, such as repeated n-grams within a sliding window or across the entire trajectory, which we found to be a strong indicator of malformed or low-quality reasoning. Finally, based on internal audits of synthetically generated datasets, we observed that some teacher models occasionally produce reasoning traces and final responses that implicitly align with specific political entities or promote nationalistic narratives. To mitigate this, we apply targeted keyword- and regex-based filters and remove all trajectories matching such behavior.

Alongside the model, we release our final pre-training and post-training data, as outlined in this section. For ease of analysis, there is a sample set that is ungated. For all remaining code, math and multilingual data, gating and approval is required, and the dataset is permissively licensed for model training purposes.

More details on the datasets and synthetic data generation methods can be found in the technical report [**_NVIDIA Nemotron 3 Super**](https://research.nvidia.com/labs/nemotron/files/NVIDIA-Nemotron-3-Super-Technical-Report.pdf)_.

Click to explore the full dataset catalogue used for training

Base Pre-Training Corpus (Nemotron 3 Foundation)

The foundation of the model is trained on the Nemotron-3-Nano corpus, comprising the following collections:

Dataset CollectionToken CountsDescription
Nemotron-CC-v2 & v2.19.13TA massive collection of English web data filtered from Common Crawl, including 2.5T+ tokens of new organic, translated, and synthetically rephrased content.
Nemotron-CC-Code-v1427.9BHigh-quality code tokens extracted from Common Crawl using the Lynx + LLM pipeline to preserve structure and equations.
Nemotron-Pretraining-Code-v1 & v21.09TCurated GitHub code references with multi-stage filtering, deduplication, and large-scale synthetic code data.
Nemotron-CC-Math-v1133.3BHigh-quality math pre-training dataset preserving LaTeX formatting and mathematical structures.
Nemotron-Pretraining-Specialized-v1336.4BSynthetic datasets targeting specialized domains such as STEM reasoning and scientific coding.

Public Datasets

DatasetCollection Period
GSM8K4/23/2025
CC-NEWS4/23/2025
Common Crawl4/23/2025
Wikimedia4/23/2025
Bespoke-Stratos-17k4/23/2025
tigerbot-kaggle-leetcodesolutions-en-2k4/23/2025
glaive-function-calling-v24/23/2025
APIGen Function-Calling4/23/2025
LMSYS-Chat-1M4/23/2025
Open Textbook Library - CC BY-SA & GNU subset and OpenStax - CC BY-SA subset4/23/2025
Advanced Reasoning Benchmark, tigerbot-kaggle-leetcodesolutions-en-2k, PRM800K, and SciBench4/23/2025
FineWeb-24/23/2025
Court ListenerLegacy Download
peS2oLegacy Download
OpenWebMathLegacy Download
BioRxivLegacy Download
PMC Open Access SubsetLegacy Download
OpenWebText2Legacy Download
Stack Exchange Data DumpLegacy Download
PubMed AbstractsLegacy Download
NIH ExPorterLegacy Download
arXivLegacy Download
BigScience Workshop DatasetsLegacy Download
Reddit DatasetLegacy Download
SEC's Electronic Data Gathering, Analysis, and Retrieval (EDGAR)Legacy Download
Advanced Mathematical Problem SolvingLegacy Download
MathPileLegacy Download
NuminaMath CoTLegacy Download
PMC ArticleLegacy Download
FLANLegacy Download
Advanced Reasoning BenchmarkLegacy Download
SciBenchLegacy Download
WikiTableQuestionsLegacy Download
FinQALegacy Download
RiddlesLegacy Download
Problems in Elementary Mathematics for Home StudyLegacy Download
MedMCQALegacy Download
Cosmos QALegacy Download
MCTestLegacy Download
AI2's Reasoning ChallengeLegacy Download
OpenBookQALegacy Download
MMLU Auxiliary TrainLegacy Download
social-chemestry-101Legacy Download
Moral StoriesLegacy Download
The Common Pile v0.1Legacy Download
FineMathLegacy Download
MegaMathLegacy Download
MultiverseMathHard10/2/2025
News Commentary10/2/2025
Essential-Web10/2/2025
finepdfs10/2/2025
HotpotQA10/2/2025
SQuAD2.010/2/2025
NLTK Words Lists10/2/2025
Competitive Coding RL data from Nemotron-Cascade-RL-SWE01/10/2026
NL2Bash01/10/2026
SWE-Gym01/10/2026
R2E-Gym-Subset01/10/2026
SWE-bench_Verified01/10/2026

Crawled and Scraped from Online Sources by NVIDIA

The English Common Crawl data was downloaded from the Common Crawl Foundation (see their FAQ for details on their crawling) and includes the snapshots CC-MAIN-2013-20 through CC-MAIN-2025-13. The data was subsequently deduplicated and filtered in various ways described in the Nemotron-CC paper. Additionally, we extracted data for fifteen languages from the following three Common Crawl snapshots: CC-MAIN-2024-51, CC-MAIN-2025-08, CC-MAIN-2025-18. The fifteen languages included were Arabic, Chinese, Danish, Dutch, French, German, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Swedish, and Thai. As we did not have reliable multilingual model-based quality classifiers available, we applied just heuristic filtering instead—similar to what we did for lower quality English data in the Nemotron-CC pipeline, but selectively removing some filters for some languages that did not work well. Deduplication was done in the same way as for Nemotron-CC.

The GitHub Crawl was collected using the GitHub REST API and the Amazon S3 API. Each crawl was operated in accordance with the rate limits set by its respective source, either GitHub or S3. We collect raw source code and subsequently remove any having a license which does not exist in our permissive-license set (for additional details, refer to the technical report).

DatasetModalityDataset SizeCollection PeriodCollecting Organisation
English Common CrawlText3.36T4/8/2025NVIDIA Advanced Deep Learning Research
English Common Crawl 1.1TextNot disclosed10/2/2025NVIDIA Advanced Deep Learning Research
Multilingual Common CrawlText812.7B5/1/2025NVIDIA Advanced Deep Learning Research
GitHub CrawlText747.4B4/29/2025NVIDIA Advanced Deep Learning Research

Private Non-publicly Accessible Datasets of Third Parties

DatasetModel(s) used
Global RegulationUnknown
TAUS Translation MemoryUnknown
Scale HLEUnknown
HackerRank CodingUnknown
RL data for SearchGemini 3; GPT-5 *
  • Models used for prompt generation only

Private Non-publicly Accessible Datasets by NVIDIA

DatasetModel(s) used
Simple Minesweeper-
Simple Sudoku-
Multitool Typewriter Hard-
Machine Translation of News Commentary and TAUS Translation Memory-
Machine Translation of STEM -Qwen2.5-14B-Instruct
Competitive Coding RL data from Nemotron Cascade-
Long context RL-
Single-step SWE RL for patch generation-
OpenHands SWE-

NVIDIA-Sourced Synthetic Datasets

DatasetModalityDataset SizeSeed DatasetModel(s) used for generation
Nemotron-Pretraining-Formal-LogicText128,022,285Nemotron PersonasQwen3-235B-A22B-Thinking-2507
Nemotron-Pretraining-EconomicsText73,374,154-Qwen3-235B-A22B-Thinking-2507
Nemotron-Pretraining-Multiple-ChoiceText1,609,214,470MMLU Auxiliary TrainDeepSeek-V3; Qwen3-235B-A22B
Nemotron-Pretraining-Code-ConceptsText7,294,510,156-gpt-oss-20b; gpt-oss-120b
Nemotron-Pretraining-Unconditional-AlgorithmicText196,492,899-gpt-oss-120b; Qwen3-235B-A22B
Synthetic Tasks from DeepSeek-V3 and Qwen3-235B-A22BText6.7Btrain splits of Into the Unknown; AI2 ARC (AI2 Reasoning Challenge); BLiMP (Benchmark of Linguistic Minimal Pairs); CommonSenseQA; GLUE; HeadQA; Hendrycks Ethics; Memo Trap; modus-tollens; NeQA; pattern-matching-suppression; mastermind_24_mcq_random; mastermind_24_mcq_close; quote-repetition; redefine-math; Repetitive Algebra; sig-figs; MMLU-Pro; MC-TACO; MedConceptsQA; MMLU_dataset; OpenbooksQA; PIQA (Physical Interaction Question Answering); SocialIQA; SuperGLUE; tinyAI2_arc; tinyMMLU; tinyWinogrande; TruthfulQA; WebQuestions; Winogrande; GPQA; MBPPDeepSeek v3; Qwen3-235B-A22B
Synthetic Art of Problem Solving from DeepSeek-R1Text40BArt of Problem Solving; American Mathematics Competitions 8; American Mathematics Competitions 10;DeepSeek-R1
Synthetic Moral Stories and Social Chemistry from Mixtral-8x22B-v0.1Text327Msocial-chemestry-101; Moral StoriesMixtral-8x22B-v0.1
Synthetic Social Sciences seeded with OpenStax from DeepSeek-V3, Mixtral-8x22B-v0.1, and Qwen2.5-72BText83.6MOpenStax - CC BY-SA subsetDeepSeek-V3; Mixtral-8x22B-v0.1; Qwen2.5-72B
Synthetic Health Sciences seeded with OpenStax from DeepSeek-V3, Mixtral-8x22B-v0.1, and Qwen2.5-72BText9.7MOpenStax - CC BY-SA subsetDeepSeek-V3; Mixtral-8x22B-v0.1; Qwen2.5-72B
Synthetic STEM seeded with OpenStax, Open Textbook Library, and GSM8K from DeepSeek-R1, DeepSeek-V3, DeepSeek-V3-0324, and Qwen2.5-72BText175MOpenStax - CC BY-SA subset; GSM8K; Open Textbook Library - CC BY-SA & GNU subsetDeepSeek-R1, DeepSeek-V3; DeepSeek-V3-0324; Qwen2.5-72B
Nemotron-PrismMathText4.6BBig-Math-RL-Verified; OpenR1-Math-220kQwen2.5-0.5B-instruct, Qwen2.5-72B-Instruct; DeepSeek-R1-Distill-Qwen-32B
Synthetic Question Answering Data from Papers and Permissible Books from Qwen2.5-72B-InstructText350MarXiv; National Institutes of Health ExPorter; BioRxiv; PMC Article; USPTO Backgrounds; peS2o; Global Regulation; CORE; PG-19; DOAB CC BY & CC BY-SA subset; NDLTDQwen2.5-72B-Instruct
Refreshed Nemotron-MIND from phi-4Text73BCommon Crawlphi-4
Nemotron-CC-Math-4plusText52.3BCommon Crawlphi-4
Nemotron-CC-Math-3Text80.9BCommon Crawlphi-4
Synthetic AGIEval seeded with AQUA-RAT, LogiQA, and AR-LSAT from DeepSeek-V3 and DeepSeek-V3-0324Text4.0BAQUA-RAT; LogiQA; AR-LSATDeepSeek-V3; DeepSeek-V3-0324
Synthetic AGIEval seeded with AQUA-RAT, LogiQA, and AR-LSAT from Qwen3-30B-A3BText4.2BAQUA-RAT; LogiQA; AR-LSATQwen3-30B-A3B
Synthetic Art of Problem Solving from Qwen2.5-32B-Instruct, Qwen2.5-Math-72B, Qwen2.5-Math-7B, and Qwen2.5-72B-InstructTextArt of Problem Solving; American Mathematics Competitions 8; American Mathematics Competitions 10; GSM8K; PRM800KQwen2.5-32B-Instruct; Qwen2.5-Math-72B; Qwen2.5-Math-7B; Qwen2.5-72B-Instruct
Synthetic MMLU Auxiliary Train from DeepSeek-R1Text0.5BMMLU Auxiliary TrainDeepSeek-R1
Synthetic Long Context Continued Post-Training Data from Papers and Permissible Books from Qwen2.5-72B-InstructTextarXiv; National Institutes of Health ExPorter; BioRxiv; PMC Article; USPTO Backgrounds; peS2o; Global Regulation; CORE; PG-19; DOAB CC BY & CC BY-SA subset; NDLTDQwen2.5-72B-Instruct
Synthetic Common Crawl from Qwen3-30B-A3B and Mistral-Nemo-12B-InstructText415.8BCommon CrawlQwen3-30B-A3B; Mistral-NeMo-12B-Instruct
Synthetic Multilingual Data from Common Crawl from Qwen3-30B-A3BTextCommon CrawlQwen3-30B-A3B
Synthetic Multilingual Data from Wikimedia from Qwen3-30B-A3BTextWikimediaQwen3-30B-A3B
Synthetic Math Data from Wikimedia from Nemotron-4-340B-InstructText-Nemotron-4-340B-Instruct
Synthetic Common Crawl Code from phi-4Text427.9BCommon Crawlphi-4
Synthetic Scientific Coding from Qwen3-235B-A22BText1.2BWikimediaQwen3-235B-A22B
Tool Calling DataText26.2BQwen3-235B-A22B-2507; gpt-oss-120b
Synthetic Essential-Web from QwQ-32BText28.1BEssential-WebQwQ-32B
Translated Synthetic CrawlText389.9BCommon CrawlQwen3-30B-A3B
Translated Synthetic WikipediaText7.9BWikimediaQwen3-30B-A3B
Synthetic Art of Problem Solving from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedArt of Problem Solving; American Mathematics Competitions 8; American Mathematics Competitions 10gpt-oss-120b; Qwen2.5-32B-Instruct
Synthetic Stack Exchange from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedStack Exchangegpt-oss-120b; Qwen2.5-32B-Instruct
Synthetic OpenCodeReasoning from DeepSeek-R1-0528TextUndisclosedOpenCodeReasoningDeepSeek-R1-0528
Synthetic HackerRank Coding from DeepSeek-R1-0528TextUndisclosedHackerRank Coding DatasetDeepSeek-R1-0528
Synthetic SWE-Gym from Qwen3-Coder-480B-A35B-InstructTextUndisclosedSWE-GymQwen3-Coder-480B-A35B-Instruct
Synthetic Art of Problem Solving and Stack Exchange from gpt-oss-120b, Qwen2.5-32B-Instruct, and Goedel-Prover-V2-32BTextUndisclosedArt of Problem Solving; American Mathematics Competitions 8; American Mathematics Competitions 10; Stack Exchangegpt-oss-120b; Qwen2.5-32B-Instruct; Goedel-Prover-V2-32B
Synthetic Multilingual Science and Code data from DeepSeek-R1, DeepSeek-R1-0528, Qwen2.5-32B-Instruct, and Qwen3-235B-A22B, translated with Qwen2.5-32B-Instruct and Qwen2.5-14B-InstructTextUndisclosedStack Exchange; SCP-116K; LIMO; TACO; Code Contest; CodeforcesDeepSeek-R1; DeepSeek-R1-0528; Qwen2.5-32B-Instruct; Qwen3-235B-A22B;
Synthetic Safety from DeepSeek-R1-0528, gpt-oss-120b and Mixtral-8x7B-v0.1TextUndisclosedNemotron Content Safety Dataset V2; Gretel Synthetic Safety Alignment Dataset; RedTeam-2K; Malicious Tasks; Nemotron-Personas-USADeepSeek-R1-0528; gpt-oss-120b; Mixtral-8x7B-v0.1
Synthetic STEM from Qwen3-235B-A22B-Instruct-2507 and gpt-oss-120bTextUndisclosedarXiv; National Institutes of Health ExPorter; BioRxiv; PMC Article; USPTO Backgrounds; peS2o; Global Regulation; CORE; PG-19; DOAB CC BY & CC BY-SA subset; NDLTDQwen3-235B-A22B-Instruct-2507; gpt-oss-120b
Synthetic KernelBook from DeepSeek-R1-0528TextUndisclosedKernelBookDeepSeek-R1-0528
Synthetic Tool Calling from Qwen3-235B-A22B-Thinking-2507 and Qwen3-Next-80B-A3B-ThinkingTextUndisclosedToolBench; glaive-function-calling-v2; APIGen Function-Calling; Nemotron-Personas-USAQwen3-235B-A22B-Thinking-2507; Qwen3-Next-80B-A3B-Thinking
Synthetic Chat from gpt-oss-120b, Mixtral-8x22B-Instruct-v0.1, Qwen3-235B-A22B-Instruct-2507 , and Qwen3-235B-A22B-Thinking-2507TextUndisclosedC4; LMSYS-Chat-1M; ShareGPT; GSM8K; PRM800K; FinQA; WikiTableQuestions; Riddles; glaive-function-calling-v2; SciBench; tigerbot-kaggle-leetcodesolutions-en-2k; OpenBookQA; Advanced Reasoning Benchmark; Software Heritage; Khan Academy Math Keywords; WildChat-1M; Nemotron-Personas-USAgpt-oss-120b; Mixtral-8x22B-Instruct-v0.1; Qwen3-235B-A22B-Instruct-2507; Qwen3-235B-A22B-Thinking-2507
Synthetic Long Context from Qwen3-235B-A22B-Instruct-2507TextUndisclosedCORE; PG-19; DOAB CC BY & CC BY-SA subset; NDLTDQwen3-235B-A22B-Instruct-2507
Synthetic Tool Use Interactive Agent from gpt-oss-120b, DeepSeek-R1-0528, Qwen3-32B, and Qwen3-235B-A22B-Thinking-2507TextUndisclosedNVIDIA Internalgpt-oss-120b; DeepSeek-R1-0528; Qwen3-32B; and Qwen3-235B-A22B-Thinking-2507
Synthetic STEM from Qwen3-235B-A22B-Thinking-2507TextUndisclosedICHO-IPH0; Physics Big; Scale HLE; OpenMathReasoning; OpenCodeReasoningQwen3-235B-A22B-Thinking-2507
Synthetic DocFinQA and SWE-smith from Qwen3-Coder-480B-A35B-Instruct and Kimi-K2-ThinkingTextUndisclosedDocFinQA; SWE-smithQwen3-Coder-480B-A35B-Instruct; Kimi-K2-Thinking
Synthetic Math from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosed-gpt-oss-120b; Qwen2.5-32B-Instruct
Synthetic Essential-Web from gpt-oss-120bTextUndisclosedEssential-Webgpt-oss-120b
Synthetic Scale HLE from gpt-oss-120bTextUndisclosedScale HLEgpt-oss-120b
Synthetic CDQuestions from gpt-oss-120bTextUndisclosedCDQuestionsgpt-oss-120b
Synthetic Stack Exchange from gpt-oss-120bTextUndisclosedStack Exchangegpt-oss-120b
Synthetic GPQA from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedStack Exchangegpt-oss-120b; Qwen2.5-32B-Instruct
Synthetic Vedantu from gpt-oss-120bTextUndisclosedVedantugpt-oss-120b
Synthetic SWE-Gym and R2E-Gym-Subset from Qwen3-Coder-480B-A35B-InstructTextUndisclosedSWE-Gym; R2E-Gym-SubsetQwen3-Coder-480B-A35B-Instruct
Synthetic SWE-Gym from Qwen3-Coder-480B-A35B-InstructTextUndisclosedSWE-GymQwen3-Coder-480B-A35B-Instruct
Synthetic SWE-Gym and R2E-Gym-Subset from DeepSeek-R1-0528TextUndisclosedSWE-Gym; R2E-Gym-SubsetDeepSeek-R1-0528
Synthetic HelpSteer, LMSYS-Chat-1M, and Nemotron-Personas-USA from gpt-oss-120b, Qwen3-235B-A22B-Instruct-2507, and Qwen3-235B-A22B-Thinking-2507TextUndisclosedHelpSteer2; HelpSteer3; LMSYS-Chat-1M; Nemotron-Personas-USAgpt-oss-120b; Qwen3-235B-A22B-Instruct-2507; Qwen3-235B-A22B-Thinking-2507
Synthetic Structured Outputs from Qwen3-30B-A3B-Instruct-2507, Qwen3-30B-A3B-Thinking-2507, Qwen3-235B-A22B-Instruct-2507, and Qwen3-235B-A22B-Thinking-2507TextUndisclosed-Qwen3-30B-A3B-Instruct-2507; Qwen3-30B-A3B-Thinking-2507; Qwen3-235B-A22B-Instruct-2507; Qwen3-235B-A22B-Thinking-2507
Synthetic Search STEM MCQ from Qwen3-235B-A22B and DeepSeek-R1-0528TextUndisclosed-Qwen3-235B-A22B; DeepSeek-R1-0528
Synthetic Search STEM OPENQ from DeepSeek-R1-0528TextUndisclosed-DeepSeek-R1-0528
Synthetic OpenSTEM from Qwen2.5-32B-Instruct and DeepSeek-R1-0528TextUndisclosed-Qwen2.5-32B-Instruct; DeepSeek-R1-0528
Synthetic MCQ from Qwen2.5-32B-Instruct and DeepSeek-R1-0528TextUndisclosed-Qwen2.5-32B-Instruct; DeepSeek-R1-0528
Synthetic MCQ10 from DeepSeek-R1-0528TextUndisclosed-DeepSeek-R1-0528
Synthetic MCQ4 from Qwen3-235B-A22B, DeepSeek-R1-0528, and Qwen3-235B-A22B-Instruct-2507TextUndisclosed-Qwen3-235B-A22B; DeepSeek-R1-0528; Qwen3-235B-A22B-Instruct-2507
Synthetic OpenMathReasoning from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedOpenMathReasoninggpt-oss-120b; Qwen2.5-32B-Instruct
Synthetic Offline Search MCQA HLE from DeepSeek-R1-0528TextUndisclosed-DeepSeek-R1-0528
Synthetic Offline Search MCQA GPQA from Qwen3-235B-A22B and DeepSeek-R1-0528TextUndisclosed-Qwen3-235B-A22B; DeepSeek-R1-0528
Synthetic Human Preference from QwQ-32B, Qwen3-30B-A3B, Qwen3-235B-A22B, Qwen3-235B-A22B-Instruct-2507, Mistral-Small-3.1-24B-Instruct-2503, Mistral-Small-3.2-24B-Instruct-2506, MiniMax-M1-80k, MiniMax-M1-40k, Kimi-K2-Instruct, DeepSeek-V3-0324, DeepSeek-R1-0528TextUndisclosed-QwQ-32B; Qwen3-30B-A3B; Qwen3-235B-A22B; Qwen3-235B-A22B-Instruct-2507; Mistral-Small-3.1-24B-Instruct-2503; Mistral-Small-3.2-24B-Instruct-2506; MiniMax-M1-80k; MiniMax-M1-40k; Kimi-K2-Instruct; DeepSeek-V3-0324; DeepSeek-R1-0528
Synthetic WildChat-1M and arena-human-preference-140k from DeepSeek-R1, gemma-2-2b-it, gemma-3-27b-it, gpt-oss-20b, gpt-oss-120b, Mistral-7B-Instruct-v0.3, Mixtral-8x22B-Instruct-v0.1, Nemotron-4-340B-Instruct, NVIDIA-Nemotron-Nano-9B-v2, Phi-4-mini-instruct, Phi-3-small-8k-instruct, Phi-3-medium-4k-instruct, Qwen3-235B-A22B, QwQ-32BTextUndisclosedWildChat-1M; arena-human-preference-140kDeepSeek-R1; gemma-2-2b-it; gemma-3-27b-it; gpt-oss-20b; gpt-oss-120b; Mistral-7B-Instruct-v0.3; Mixtral-8x22B-Instruct-v0.1; Nemotron-4-340B-Instruct; NVIDIA-Nemotron-Nano-9B-v2; Phi-4-mini-instruct; Phi-3-small-8k-instruct; Phi-3-medium-4k-instruct; Qwen3-235B-A22B; QwQ-32B
Synthetic Safety from DeepSeek-R1-0528, gpt-oss-120b, DeepSeek-R1-Distill-Qwen-7B, and Mixtral-8x7B-v0.1TextUndisclosedNemotron Content Safety Dataset V2; Gretel Synthetic Safety Alignment Dataset; RedTeam-2K; Malicious Tasks;DeepSeek-R1-0528; gpt-oss-120b; DeepSeek-R1-Distill-Qwen-7B; Qwen3-30B-A3B-Thinking-2507; Qwen3-235B-A22B-Instruct-2507; Mixtral-8x7B-v0.1
Synthetic Code from Qwen3-32BTextUndisclosedEnglish Common Crawl; English Common Crawl 1.1Qwen3-32B
Synthetic OpenCodeReasoning from DeepSeek-R1TextUndisclosedOpenCodeReasoningDeepSeek-R1
Synthetic LIMO from DeepSeek-R1-0528TextUndisclosedLIMODeepSeek-R1-0528
Synthetic SCP from DeepSeek-R1-0528TextUndisclosedSCP-116KDeepSeek-R1-0528
Synthetic Stack Exchange from DeepSeek-R1-0528TextUndisclosedStack ExchangeDeepSeek-R1-0528
Synthetic Common Crawl from Qwen3-30B-A3BTextUndisclosedCommon CrawlQwen3-30B-A3B
Synthetic Wikipedia from Qwen3-30B-A3BTextUndisclosedWikimediaQwen3-30B-A3B
Synthetic Essential-Web from Qwen3-30B-A3B and Qwen3-235B-A22B-Thinking-2507TextUndisclosedEssential-WebQwen3-30B-A3B; Qwen3-235B-A22B-Thinking-2507
Synthetic Textbook Math from Qwen3-30B-A3B, Qwen3-235B-A22B, phi-4TextUndisclosedCommon Crawl; FineMathQwen3-30B-A3B; Qwen3-235B-A22B; phi-4
Synthetic Math and Code from DeepSeek-R1 and DeepSeek-R1-0528TextUndisclosedMagicoder-Evol-Instruct-110K; opc-sft-stage2; TACO; OpenCodeReasoning; OpenMathReasoning; NuminaMath CoTDeepSeek-R1; DeepSeek-R1-0528
Synthetic Nemotron-Personas-USA from gpt-oss-120b and Qwen3-8BTextUndisclosedNemotron-Personas-USAgpt-oss-120b; Qwen3-8B
Synthetic Text-To-SQLTextUndisclosed-gpt-oss-120b
Synthetic Agentless SWETextUndisclosedSWE-Bench-Train; SWE-Fixer-Train; SWE-reBench; SWE-smithDeepSeek-R1-0528
Synthetic Search Graph WalkTextUndisclosed-MiniMax-M2
Synthetic CUDA 100kTextUndisclosedKernelBook; HuggingFace Transformers; FlashInferDeepSeek-R1-0528; gpt-oss-120b
Synthetic SafetyTextUndisclosedNemotron Content Safety Dataset V2; Gretel Synthetic Safety Alignment Dataset; RedTeam-2K; HarmfulTasksgpt-oss-120b; NVIDIA-Nemotron-Nano-9B-v2; gemma-3-4b-it
Synthetic Agentic Diverse DomainsTextUndisclosed-DeepSeek-R1-0528; Qwen3-235B-A22B-Thinking-2507; Qwen3-235B-A22B-Instruct-2507; Qwen3-32B; gpt-oss-120b; DeepSeek-V3.2
Synthetic SWE UnverifiedTextUndisclosed-gpt-oss-120b; Qwen3-Coder-480B-A35B-Instruct; GLM-4.7-Flash
Synthetic Scale HLE from Deepseek-V3TextUndisclosedScale HLEDeepSeek-V3-0324
Synthetic CDQuestions from Deepseek-V3TextUndisclosedCDQuestionsDeepSeek-V3-0324
Synthetic Stack Exchange from Deepseek-V3TextUndisclosedStack ExchangeDeepSeek-V3-0324
Synthetic GPQA from Deepseek-V3TextUndisclosedStack ExchangeDeepSeek-V3-0324
Synthetic Vedantu from Deepseek-V3TextUndisclosedVedantuDeepSeek-V3-0324
Synthetic Tool Call Schema for RLTextUndisclosedToolBench; glaive-function-calling-v2; APIGen Function-Calling; Nemotron-Personas-USAQwen3-235B-A22B-Thinking-2507; Qwen3-Next-80B-A3B-Thinking
Synthetic Data for SearchTextUndisclosedWikimediaMiniMax-M2
Synthetic Instruction Following for RLTextUndisclosed-NVIDIA-Nemotron-Nano-9B-v2; Qwen3-235B-A22B-Thinking-2507
Synthetic Conversational Agentic Tool-Use RLTextUndisclosed-DeepSeek-V3.2; DeepSeek-R1-0528; Qwen3-235B-A22B-Thinking-2507; Qwen3-32B; gpt-oss-120b; Qwen3-235B-A22B-Instruct-2507
Synthetic Terminal Pivot RLTextUndisclosedSWE-smith; Nemotron-Cascade-RL-SWE; Vendor suppliedDeepSeek-V3.2; Qwen3-Coder-480B-A35B-Instruct; Kimi-K2.5; Qwen3-235B-A22B-Instruct-2507

Language Distribution in Post-Training

For our post-training recipe, we focused on 9 main languages in addition to English: French, German, Italian, Japanese, Spanish, and Chinese

Those languages were represented in the form of multilingual reasoning and translation tasks.

The following table depicts our sample distribution for the 6 languages and 5 translation pairs.

LanguageSize
English13.48M
Italian53k
German53k
Spanish53k
French53k
Japanese53k
Chinese53k
English <-> Italian43.2k
English <-> German43.2k
English <-> Spanish43.2k
English <-> French43.2k
English <-> Japanese43.2k

Evaluation Dataset

  • Data Collection Method by dataset: Hybrid: Human, Synthetic
  • Labeling Method by dataset: Hybrid: Automated, Human, Synthetic

Inference

  • Acceleration Engine: PyTorch
  • Test Hardware:
    • NVIDIA Hopper
      • 1-8x H100
      • 1-8x H200
    • NVIDIA Grace Blackwell
      • GB200

Ethical Considerations

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.

We advise against circumvention of any provided safety guardrails contained in the Model without a substantially similar guardrail appropriate for your use case. For more details: Safety and Explainability Subcards.

For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, and Privacy Subcards.

Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.

Citation

@misc{nvidia_nemotron_3_2025,
  title  = {NVIDIA Nemotron 3: Efficient and Open Intelligence},
  author = {{NVIDIA}},
  year   = {2025},
  url    = {https://arxiv.org/abs/2512.20856},
  note   = {White Paper}
}
country_code