Model Summary
Table | |
|---|
| Total Parameters | 30B (3B active) |
| Architecture | MoE - Mamba-2 + MoE + Attention hybrid |
| Context Length | Up to 1M tokens |
| Single-GPU Deployment | 1× DGX Spark (GB10) or 1× H100 |
| Supported Hardware | NVIDIA Blackwell (DGX Spark / GB10, GB200, GeForce RTX 5090); NVIDIA Hopper (H100, H200); NVIDIA Ampere via W4A16 |
| Supported Languages | English (and coding languages), Spanish, French, German, Italian, Japanese |
| Speculative Decoding | DSpark for low-concurrency Data Centre and DGX Spark Workflows — Read more below, also provided are MTP (Multi-Token Prediction) and DFlash |
| Recommended Sampling | Temperature 1.0, Top_P 0.95 |
| Best For | Long-running autonomous agents, sub-agent workhorse deployments, and efficient local inference on personal hardware |
| License | OpenMDW License Agreement, version 1.1 |
| Release Date | August 11, 2026 |
Table with columns: Hardware, Stored precision, Compute path, MoE backend (per recipe), Native FP4 tensor-core path, Validated context| Hardware | Stored precision | Compute path | MoE backend (per recipe) | Native FP4 tensor-core path | Validated context |
|---|
| Blackwell — GB200 | NVFP4 | FP4 | default | Yes | 1M (default) |
| Blackwell — DGX Spark (GB10) | NVFP4 | W4A16 | marlin | No — runs via Marlin | 1M (default) |
Model Overview
Model Developer: NVIDIA Corporation
Model Dates: December 2025 - May 2026
Data Freshness:
- The pre-training data has a cutoff date of September 2025.
- The post-training data has a cutoff date of May 2026.
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
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 is a large language model (LLM) trained by NVIDIA.
The model employs a hybrid Mixture-of-Experts architecture, utilizing interleaved Mamba-2 and MoE layers, along with select Attention layers. The Lightning 3.5 model is released alongside a number of speculative decoding methods for faster text generation. The model has 3B active parameters and 30B parameters in total.
This model is ready for commercial use.
Quick Start
To get quickly started on DGX Spark (GB10) you can use the following command.
Grab the model:
export MODEL_CKPT=nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4
export DSPARK_CKPT=nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark
Run it with vLLM — this recipe uses DSpark speculative decoding, tuned for DGX Spark. (vLLM version: vllm/vllm-openai:v0.27.1)
vllm serve --model $MODEL_CKPT \
--moe-backend marlin \
--kv-cache-dtype fp8 \
--enable-prefix-caching \
--gpu-memory-utilization 0.85 \
--speculative_config.num_speculative_tokens 3 \
--mamba-backend flashinfer \
--mamba-cache-mode align \
--reasoning-parser nemotron_v3 \
--speculative_config.model $DSPARK_CKPT \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens (default).
For more details on how to deploy and use the model — see the Quick Start Guide below!
License/Terms of Use
Governing Download Terms: Use of this model is governed by the OpenMDW-1.1 model license.
Benchmarks
Reasoning Benchmark Evaluations
We evaluated our model on the following benchmarks:
Table with columns: Task, Nemotron-3.5-Lightning-30B-A3B-BF16, Nemotron-3.5-Lightning-30B-A3B-NVFP4| Task | Nemotron-3.5-Lightning-30B-A3B-BF16 | Nemotron-3.5-Lightning-30B-A3B-NVFP4 |
|---|
| General Knowledge | | |
| MMLU Pro | 81.94 | 81.62 |
| AA-Omniscience | 17.50 | 16.63 |
| Reasoning | | |
| GPQA Diamond (no tools) | 75.44 | 75.57 |
| HLE (text-only, no tools) |
Accuracy numbers measured by NVIDIA under a consistent harness (NeMo Gym / Nemo Evaluator SDK); they may differ from vendors' self-reported numbers.
For reproducibility, the evaluation recipes, installation instructions, and commands for NVIDIA Nemotron 3.5 Lightning were collected and published in NeMo Gym. The reported results cover the release evaluation suite, including knowledge and reasoning, instruction following, coding, agentic, tool-use, and long-context. Most evaluations use NeMo Gym-native harnesses while a small subset, including SWE-Bench and Terminal-Bench, used NeMo Evaluator natively. The published recipes specify the benchmark-specific containers, prompts, inference parameters, parser configurations, and scoring settings used to produce the results.
These numbers were measured with and apply to the official NVFP4 checkpoint
Agentic Coding Benchmarks
Additional harness-level coding-agent results for SWE-Bench Verified and Terminal-Bench 2.1 are shown below.

Deployment Geography: Global
Use Case
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 is a general purpose reasoning and chat model intended to be used in English and coding languages. Other non-English languages (Spanish, French, German, Italian, Japanese) are also supported. Intended for developers designing AI Agent systems, chatbots, RAG systems, and other AI-powered applications. Also suitable for typical instruction-following tasks.
Release Date
Hugging Face — 08/11/2026
Model Architecture
- Architecture Type: Mixture-of-Experts Hybrid (Mamba + Transformer)
- Network Architecture: Nemotron-3-Lightning + Multi-Token Prediction (MTP)
- Number of model parameters: 30B Total / 3B Active
Model Design
The model was pre-trained with over 20T tokens and supports up to 1M context length. The pre-training phase used an NVFP4 recipe. The model includes Multi-Token Prediction (MTP) layers, which predict multiple future tokens to provide richer training signals.
Training Methodology
Stage 1: Pre-Training
- NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 model was pre-trained using an NVFP4 recipe with crawled and synthetic code, math, science, and general knowledge data.
- Software used for pre-training: Megatron-LM
Stage 2: Continued Pre-Training for Multi-Token Prediction (MTP)
- The model underwent a continued pre-training phase to train its Multi-Token Prediction (MTP) layers. In this stage, MTP heads learn to predict multiple future tokens, providing richer training signals to the base model. This phase aligns the MTP layers with the base model's distribution.
Stage 3: 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.
Stage 4: Reinforcement Learning
- The model underwent multi-environment reinforcement learning using 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 decouples training from inference and leverages MTP to accelerate rollout generation.
- Software used for reinforcement learning: NeMo RL, NeMo Gym
Stage 5: Post-training Quantization (PTQ)
- We performed post-training quantization (PTQ) with Nvidia Model Optimizer using the following recipe: Four Over Six NVFP4 (a variant of static MSE calibration) W4A16 on routed and shared experts, FP8 per-tensor dynamic scales on mamba in_proj/out_proj and KV cache. We used a subset of the Nemotron Ultra validation set for calibration with 1000 samples at 32k token length.
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 is a result of the above work.
- 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, Spanish, French, German, Italian, and Japanese.
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/or 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): PyTorch
- Supported Hardware Microarchitecture Compatibility: NVIDIA Blackwell; NVIDIA Hopper (NVFP4 / W4A16); NVIDIA Ampere (W4A16)
- Preferred/Supported 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)
Quick Start Guide
Choose your deployment
Table with columns: Setup & goal, Recommended path, Speculative decoding, Validated context| Setup & goal | Recommended path | Speculative decoding | Validated context |
|---|
| DGX Spark (GB10) | vLLM + DSpark | DSpark (num_speculative_tokens 3) | 1M |
| 1× H100 — max throughput (batch) | vLLM, no spec decoding (humming backend) | None | 1M (default) |
|
All deployment snippets below assume:
export MODEL_CKPT=nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4
And for DSpark:
export DSPARK_CKPT=nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark
Speculative Decoding Strategies
Lightning 3.5 ships with two external draft models for speculative decoding as well as MTP (Multi-Token Prediction). While DSpark is our recommended default (see Choose your deployment), some workloads are better served without speculative decoding, or by DFlash or MTP:
- DSpark: A semi-autoregressive speculative-decoding drafter that proposes a whole block of candidate tokens in a single forward pass from a parallel backbone. This is recommended for DGX Spark, as well as low-concurrency data centre deployments.
- DFlash: A speculative-decoding drafter that uses a lightweight block-diffusion model to generate an entire draft block in one forward pass.
- MTP: A modeling technique that trains the network to predict several future tokens at each position instead of only the next one.
DSpark is the recommended default for DGX Spark and latency-sensitive, low-concurrency serving. For maximum-throughput batch serving on H100, no speculative decoding is fastest.
vLLM
For more indepth instructions on how to deploy through vLLM, head here
- vLLM version:
vllm/vllm-openai:v0.27.1
1x DGX Spark (GB10)
vllm serve --model $MODEL_CKPT \
--moe-backend marlin \
--kv-cache-dtype fp8 \
--enable-prefix-caching \
--gpu-memory-utilization 0.85 \
--speculative_config.num_speculative_tokens 3 \
--mamba-backend flashinfer \
--mamba-cache-mode align \
--reasoning-parser nemotron_v3 \
--speculative_config.model $DSPARK_CKPT \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens (default).
1x H100 (max throughput)
For max throughput deployments, use the following configuration, no speculative decoding strategy is best for this serving configuration, and due to memory constraints the Mamba cache dtype is set as FP16:
vllm serve --model $MODEL_CKPT \
--max-num-seqs 256 \
--max-num-batched-tokens 16384 \
--enable-prefix-caching \
--async-scheduling \
--mamba-backend flashinfer \
--moe-backend humming \
--linear-backend humming \
--mamba-ssu-algorithm horizontal \
--mamba-cache-mode align \
--mamba-ssm-cache-dtype float16 \
--enable-mamba-cache-stochastic-rounding \
--mamba-cache-philox-rounds 5 \
--reasoning-parser nemotron_v3 \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens (default).
1x H100 (interactive)
For interactive usage scenarios (achieving 40+ TPS/User) use a lower concurrency (<=128) with DSpark:
vllm serve --model $MODEL_CKPT \
--max-num-seqs 128 \
--enable-prefix-caching \
--async-scheduling \
--speculative_config.model $DSPARK_CKPT \
--speculative_config.num_speculative_tokens 3 \
--mamba-backend flashinfer \
--mamba-ssm-cache-dtype float16 \
--mamba-cache-mode align \
--enable-mamba-cache-stochastic-rounding \
--mamba-cache-philox-rounds 5 \
--reasoning-parser nemotron_v3 \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens, served by default. Lower --max-model-len for more KV-cache headroom at high concurrency.
8x H100 (vLLM)
For long-context, multi-GPU serving (TP8 with expert parallelism):
vllm serve --model $MODEL_CKPT \
--mamba-backend flashinfer \
--async-scheduling \
--enable-prefix-caching \
--mamba-cache-mode align \
--enable-expert-parallel \
--tensor-parallel-size 8 \
--reasoning-parser nemotron_v3 \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens (TP8 + expert parallel).
1x GB200 (vLLM)
vllm serve --model $MODEL_CKPT \
--max-num-batched-tokens 10240 \
--no-enable-prefix-caching \
--async-scheduling \
--speculative_config.model $DSPARK_CKPT \
--speculative_config.num_speculative_tokens 5 \
--mamba-backend flashinfer \
--reasoning-parser nemotron_v3 \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens (default).
W4A16 (vLLM)
The same checkpoint also serves via W4A16 kernels, extending coverage to Ampere-class GPUs, like the A100 80GB:
vllm serve --model nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 \
--moe-backend humming \
--linear-backend humming \
--max-num-seqs 256 \
--max-num-batched-tokens 32768 \
--enable-prefix-caching \
--async-scheduling \
--quantization modelopt_fp4 \
--mamba-backend flashinfer \
--mamba-cache-mode align \
--mamba-ssu-algorithm simple \
--reasoning-parser nemotron_v3 \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice
Validated context: 1M tokens (default)
- Context Length: The H100 and GB200 snippets above serve the model's full 1M-token context window by default. If you're memory-constrained — or want more KV-cache headroom at high concurrency — lower
--max-model-len to match your workload.
TensorRT-LLM
For more indepth instructions on how to deploy through TensorRT-LLM, head here
Container: nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc24
1x H100 (TensorRT-LLM)
cat > nemotron-35-lightning-nvfp4-mtp.yaml << EOF
kv_cache_config:
dtype: fp8
enable_block_reuse: false
mamba_state_config:
periodic_snapshot_interval: 8192
free_gpu_memory_fraction: 0.8
mamba_ssm_cache_dtype: float16
mamba_ssm_stochastic_rounding: true
mamba_ssm_philox_rounds: 5
moe_config:
backend: MARLIN
nvfp4_gemm_config:
allowed_backends: [marlin, cutlass, cublaslt, cuda_core]
cuda_graph_config:
enable_padding: true
max_batch_size: 8
speculative_config:
decoding_type: MTP
max_draft_len: 3
allow_advanced_sampling: true
enable_chunked_prefill: true
num_postprocess_workers: 4
print_iter_log: true
stream_interval: 10
disable_overlap_scheduler: false
EOF
trtllm-serve \
$MODEL_CKPT \
--max_batch_size 8 \
--max_num_tokens 8192 \
--reasoning_parser nemotron-v3 \
--tool_parser qwen3_coder \
--config nemotron-35-lightning-nvfp4-mtp.yaml
Validated context: 1M tokens by default; lower --max_seq_len if memory-constrained.
SGLang
For more indepth instructions on how to deploy through SGLang, head here or the SGLang cookbook
- Container:
lmsysorg/sglang:dev-nemotron3-5-lightning
1x B200
Balanced — no speculative decoding:
sglang serve \
--model-path $MODEL_CKPT \
--mamba-backend flashinfer \
--mamba-ssm-dtype float16 \
--enable-mamba-cache-stochastic-rounding \
--mamba-cache-philox-rounds 5 \
--mem-fraction-static 0.85 \
--cuda-graph-max-bs-decode 16 \
--reasoning-parser nemotron_3 \
--tool-call-parser qwen3_coder \
--port 8000
1x H100
On Hopper the NVFP4 weights run through W4A16 kernels; the flashinfer Mamba backend is not required (FA3 target attention is selected by default):
sglang serve \
--model-path $MODEL_CKPT \
--mamba-ssm-dtype float16 \
--mem-fraction-static 0.85 \
--cuda-graph-max-bs-decode 16 \
--reasoning-parser nemotron_3 \
--tool-call-parser qwen3_coder \
--port 8000
1x DGX Spark (GB10)
Smaller memory budget — --mem-fraction-static and --cuda-graph-max-bs-decode are lowered accordingly:
sglang serve \
--model-path $MODEL_CKPT \
--mamba-ssm-dtype float16 \
--mem-fraction-static 0.78 \
--cuda-graph-max-bs-decode 4 \
--reasoning-parser nemotron_3 \
--tool-call-parser qwen3_coder \
--port 8000
Speculative decoding
The blocks above run the balanced baseline. To enable one of the speculative decoding strategies described above, append the matching flags to any command:
MTP — the draft head is embedded in the target checkpoint (no separate download):
--speculative-algorithm EAGLE \
--speculative-draft-model-path $MODEL_CKPT \
--speculative-num-steps 5 \
--speculative-eagle-topk 1 \
--speculative-num-draft-tokens 6
DFlash — separate draft model (--speculative-dflash-block-size is 6 on B200, 4 on H100 / DGX Spark):
--speculative-algorithm DFLASH \
--speculative-draft-model-path nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DFlash \
--speculative-dflash-block-size 6
DSpark — separate draft model:
--speculative-algorithm DSPARK \
--speculative-draft-model-path $DSPARK_CKPT \
--speculative-dspark-block-size 3
- Context length: The commands above serve the model's full context window by default. Set
--context-length to a smaller value if you're memory-constrained or want more KV-cache headroom at higher concurrency.
Local AI (RTX 5090, DGX Spark, and RTX 6000 Pro)
The following recipes are validated and provided by our fantastic partners.
Ollama
For local, single-command use, Nemotron 3.5 Lightning is on Ollama, with tool-calling and thinking enabled.
ollama run nemotron-3.5-lightning
Validated context: Ollama will dynamically set context based on available VRAM (under 24GB -> 4K, 24-48GB -> 32K, 48GB+ -> 256K). You can use /set parameter num_ctx DESIRED_CONTEXT_LENGTH which may result in CPU offloading for higher context limits.
llama.cpp
Official GGUF weights: ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF.
Simplest start:
llama-server -hf ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF \
--port 8000
Full server recipe with recommended sampling:
llama-server \
-hf ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:Q4_K_M \
--temp 1.0 --top-p 0.95 \
-np 1 \
-c 40960 \
--port 8000 \
-ngl 99 \
-fa on \
--jinja \
--no-webui \
--fit off
Validated context: the examples set -c 40960 (~40K); raise it as VRAM allows.
LM Studio
You can also run Nemotron 3.5 Lightning 30B A3B through LM Studio from this resource!
API Client
The examples below use the OpenAI-compatible client and work with any of the serving backends above. All backends serve on port 8000 (vLLM and TRT-LLM by default; SGLang via --port 8000), so the base_url works as-is. Recommended sampling settings are Temperature 1.0 and Top_P 0.95.
The vLLM snippets above pass the checkpoint to --model $MODEL_CKPT, and vLLM registers the model under that same identifier (nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4) — none of the commands set --served-model-name. For the other backends — or if you add a --served-model-name of your own — copy the identifier returned by GET /v1/models into MODEL below.
from openai import OpenAI
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
MODEL = "nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4"
Lightning 3.5 exposes reasoning control through chat-template kwargs: thinking enabled (the default), and thinking disabled for direct answers.
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)
Streaming
stream = client.chat.completions.create(
model=MODEL,
messages=[{"role": "user", "content": "Explain speculative decoding in two sentences"}],
max_tokens=16000,
temperature=1.0,
top_p=0.95,
stream=True,
)
for chunk in stream:
print(chunk.choices[0].delta.content or "", end="", flush=True)
The TRT-LLM snippet above already launches with the required parsers (--reasoning_parser nemotron-v3 --tool_parser qwen3_coder). For vLLM, add the following to any serve command above:
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--reasoning-parser nemotron_v3
NOTE: For coding agents, add extra_body={"chat_template_kwargs": {"force_nonempty_content": True}} to the API call, as shown below.
tools = [{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get the current weather for a city",
"parameters": {
"type": "object",
"properties": {"city": {"type": "string"}},
"required": ["city"],
},
},
}]
response = client.chat.completions.create(
model=MODEL,
messages=[{"role": "user", "content": "What's the weather in Santa Clara?"}],
tools=tools,
max_tokens=16000,
temperature=1.0,
top_p=0.95,
extra_body={"chat_template_kwargs": {"force_nonempty_content": True}},
)
print(response.choices[0].message.tool_calls)
Training, Testing, and Evaluation Datasets
Training
Data Modality: Text
Training Data Size: More than 20 Trillion Tokens
Dataset partition: Training [100%], testing [0%], validation [0%]
Time period for training data collection: 2013 to December 2025
Time period for testing data collection: 2013 to December 2025
Time period for validation data collection: 2013 to December 2025
Data Collection Method by dataset: Hybrid: Automated, Manually-Collected, Synthetic
Labeling Method by dataset: Hybrid: Automated, Manually-Labeled, Synthetic
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 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 spoken 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 pre-trained for more than 20 trillion tokens.
The post-training corpus for NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 consists 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.
For more information about the datasets used to train this model, please see the Public Summary of Training Content
Base Pre-Training Corpus (Nemotron 3 Foundation)
The foundation of the model is trained on the Nemotron 3 corpus, comprising the following datasets from the Nemotron Pretraining Datasets collection:
Table with columns: Dataset Collection, Token Counts, Description| Dataset Collection | Token Counts | Description |
|---|
| Nemotron-CC-v2 & v2.1 | 9.1T | A 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-v1 | 427.9B | High-quality code tokens extracted from Common Crawl using the Lynx + LLM pipeline to preserve structure and equations. |
| Nemotron-Pretraining-Code-v1 & v2 & v3 | 1.7T | Curated GitHub code references with multi-stage filtering, deduplication, and large-scale synthetic code data. |
| Nemotron-CC-Math-v1 | 133.3B | High-quality math pre-training dataset preserving LaTeX formatting and mathematical structures. |
Public Datasets
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.
Table with columns: Dataset, Modality, Dataset Size, Collection Period, Collecting Organisation| Dataset | Modality | Dataset Size | Collection Period | Collecting Organisation |
|---|
| English Common Crawl | Text | 3.36T | 4/8/2025 | NVIDIA Advanced Deep Learning Research |
| English Common Crawl 1.1 | Text | Not disclosed | 10/2/2025 | NVIDIA Advanced Deep Learning Research |
| Multilingual Common Crawl | Text | 812.7B | 5/1/2025 |
Private Non-publicly Accessible Datasets of Third Parties
Table with columns: Dataset, Model(s) used| Dataset | Model(s) used |
|---|
| Global Regulation | Unknown |
| TAUS Translation Memory | Unknown |
| Scale HLE | Unknown |
| HackerRank Coding | Unknown |
| RL data for Search | Gemini 3; GPT-5 |
| Mercor SWE-AgentsV1 | Undisclosed |
Private Non-publicly Accessible Datasets by NVIDIA
Table with columns: Dataset, Model(s) used| Dataset | Model(s) used |
|---|
| Simple Minesweeper | Undisclosed |
| Simple Sudoku | Undisclosed |
| Multitool Typewriter Hard | Undisclosed |
| Machine Translation of News Commentary and TAUS Translation Memory | Undisclosed |
| Machine Translation of STEM - | Qwen2.5-14B-Instruct |
| Competitive Coding RL data from Nemotron Cascade | Undisclosed |
| Long context RL | Undisclosed |
| Single-step SWE RL for patch generation |
NVIDIA-Sourced Synthetic Datasets (Pre-Training)
Table with columns: Dataset, Modality, Dataset Size, Seed Dataset, Model(s) used for generation| Dataset | Modality | Dataset Size | Seed Dataset | Model(s) used for generation |
|---|
| Nemotron-Pretraining-Fact-Seeking | Text | 35.0B | FineWiki | Qwen3-30B-A3B-Instruct-2507 |
| Nemotron-Pretraining-Legal | Text | 4.3B | CommonPile (caselaw_access_project_filtered); California Code of Regulations; Judicial Ethics Opinions; GLOBALCIT; ; Nemotron Personas; ; CodeHima/TOS_Dataset; ; CaseHOLD; Code of Federal Regulations; (subsets that allow commercial use) |
NVIDIA-Sourced Synthetic Datasets (Post-Training)
Table with columns: Dataset, Modality, Dataset Size, Seed Dataset, Model(s) used for generation| Dataset | Modality | Dataset Size | Seed Dataset | Model(s) used for generation |
|---|
| Synthetic Competitive MATH Proofs from DeepSeek-V4-Pro | Text | Undisclosed | [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions] | [deepseek-ai/DeepSeek-V4-Pro] |
| Synthetic Hermes Agent Reasoning Traces | Text | Undisclosed | [lambda/hermes-agent-reasoning-traces] | [hermes-agent-generator] |
| Synthetic Competitive Coding from DeepSeek-V4-Pro | Text | Undisclosed |
Language Distribution in Post-Training
For our post-training recipe, we focused on the following 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.
Testing Datasets:
Data Collection Method by dataset
- Hybrid: Automated, Manually-Collected, Synthetic
Labeling Method by dataset
- Hybrid: Automated, Manually-Labeled, Synthetic
Properties: This corpus comprises a mix of high-quality standard benchmarks and test suites for modern agentic AI. These benchmarks test model capabilities on tasks such as tool-calling and instruction following.
Evaluation Datasets:
Data Collection Method by dataset
- Hybrid: Automated, Manually-Collected, Synthetic
Labeling Method by dataset
- Hybrid: Automated, Manually-Labeled, Synthetic
Properties: This corpus comprises a mix of high-quality standard benchmarks and test suites for modern agentic AI. These benchmarks test model capabilities on tasks such as tool-calling and instruction following.
Inference
- Acceleration Engine: PyTorch
- Test Hardware:
- NVIDIA Hopper
- NVIDIA Blackwell
- GB200
- DGX Spark (GB10)
- GeForce RTX 5090
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. 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.