nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4

Hugging Face Models Trending 模型

摘要

NVIDIA released Nemotron 3.5 Lightning 30B-A3B-NVFP4, a hybrid MoE LLM with 3B active parameters, up to 1M context, and speculative decoding support for efficient single-GPU inference.

Task: text-generation Tags: transformers, safetensors, nemotron_h, text-generation, nvidia, pytorch, nemotron-3.5, conversational, en, es, fr, de, it, ja, license:other, endpoints_compatible, 8-bit, modelopt, deploy:azure, region:us
查看原文
查看缓存全文

缓存时间: 2026/08/12 08:22

nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 · Hugging Face

Source: https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 ChatHomepageDiscord

License

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#model-summaryModel Summary

Total Parameters30B (3B active)ArchitectureMoE - Mamba-2 + MoE + Attention hybridContext LengthUp to 1M tokensSingle-GPU Deployment1× DGX Spark (GB10) or 1× H100Supported HardwareNVIDIA Blackwell (DGX Spark / GB10, GB200, GeForce RTX 5090); NVIDIA Hopper (H100, H200); NVIDIA Ampere via W4A16Supported LanguagesEnglish (and coding languages), Spanish, French, German, Italian, JapaneseSpeculative DecodingDSpark for low-concurrency Data Centre and DGX Spark Workflows —Read more below, also provided are MTP (Multi-Token Prediction) and DFlashRecommended SamplingTemperature 1.0, Top_P 0.95Best ForLong-running autonomous agents, sub-agent workhorse deployments, and efficient local inference on personal hardwareLicenseOpenMDW License Agreement, version 1.1Release DateAugust 11, 2026

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#model-overviewModel 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#what-is-nemotronWhat 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#descriptionDescription

NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4is a large language model (LLM) trained by NVIDIA.

The model employs a hybridMixture-of-Expertsarchitecture, 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 has3B active parametersand30B parameters in total.

This model is ready for commercial use.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#quick-startQuick 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 Nightly:vllm/vllm\-openai:v0\.27\.1)

vllm serve --model $MODEL_CKPT \
  --moe-backend marlin \
  --kv-cache-dtype fp8 \
  --enable-prefix-caching \
  --speculative_config.num_speculative_tokens 3 \
  --mamba-backend flashinfer \
  --mamba-cache-mode align \
  --gpu-memory-utilization 0.91 \
  --reasoning-parser nemotron_v3 \
  --speculative_config.model $DSPARK_CKPT \
  --tool-call-parser qwen3_coder \
  --enable-auto-tool-choice

For more details on how to deploy and use the model — see theQuick Start Guidebelow!

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#licenseterms-of-useLicense/Terms of Use

**Governing Download Terms:**Use of this model is governed by theOpenMDW-1.1 model license.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#benchmarksBenchmarks

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#reasoning-benchmark-evaluationsReasoning Benchmark Evaluations

We evaluated our model on the following benchmarks:

TaskNemotron-3.5-Lightning-30B-A3B-BF16Nemotron-3.5-Lightning-30B-A3B-NVFP4General KnowledgeMMLU Pro81.9481.62AA-Omniscience17.5016.63ReasoningGPQA Diamond (no tools)75.4475.57HLE (text-only, no tools)11.7210.47SciCode32.6031.38Coding & AgenticSWE-bench Verified51.5652.80SWE-bench Multilingual39.3336.47Terminal-Bench 2.124.5823.46PinchBench85.3783.43BrowseComp36.9736.81τ³-bench (Banking)9.289.48GDPval-AA-V2832865Instruction FollowingIFBench (loose)71.8872.88Long ContextAA-LCR52.0049.19 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 inNeMo 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, usedNeMo Evaluatornatively. 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 officialNVFP4 checkpoint

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#agentic-coding-benchmarksAgentic Coding Benchmarks

Additional harness-level coding-agent results for SWE-Bench Verified and Terminal-Bench 2.1 are shown below.

Agentic Coding Benchmarks

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#deployment-geography-globalDeployment Geography: Global

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#use-caseUse 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#release-dateRelease Date

Hugging Face— 08/11/2026

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#model-architectureModel 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

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#model-designModel 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#training-methodologyTraining 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#inputInput

  • **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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#outputOutput

  • **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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#software-integrationSoftware 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#model-versionsModel Version(s)

  • GA (08/11/2026)

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#quick-start-guideQuick Start Guide

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

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#speculative-decoding-strategiesSpeculative Decoding Strategies

Lightning 3.5 ships with two external draft models for speculative decoding as well as MTP (Multi-Token Prediction). While we currently recommend DSpark for all cases - your usecase may align with DFlash and 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#vllmvLLM

For more indepth instructions on how to deploy through vLLM, headhere

  • vLLM Nightly:vllm/vllm\-openai:v0\.27\.1

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#1x-dgx-spark-gb101x DGX Spark (GB10)

Specdec method - DSpark:

vllm serve --model $MODEL_CKPT \
  --moe-backend marlin \
  --kv-cache-dtype fp8 \
  --max-model-len 1048576 \
  --enable-prefix-caching \
  --gpu-memory-utilization 0.91 \
  --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

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#1x-h1001x H100

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 cachedtypeis 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

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 \
    --enable-mamba-cache-stochastic-rounding \
    --mamba-cache-philox-rounds 5 \
    --reasoning-parser nemotron_v3 \
    --tool-call-parser qwen3_coder \
    --enable-auto-tool-choice

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#8x-h1008x H100

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

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#1x-gb2001x GB200

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

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#w4a16–ampereW4A16 — Ampere

The same checkpoint also serves via W4A16 kernels, extending coverage to Ampere-class GPUs:

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
  • **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\-lento match your workload.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#tensorrt-llmTensorRT-LLM

For more indepth instructions on how to deploy through TensorRT-LLM, headhere

Container:nvcr\.io/nvidia/tensorrt\-llm/release:1\.3\.0rc24

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#1x-h100-11x H100

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
  • **Context length:**The command above serves the model’s full 1M-token context window by default. If you’re memory-constrained — or want more KV-cache headroom at higher concurrency — lower\-\-max\_seq\_lento match your workload.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#sglangSGLang

For more indepth instructions on how to deploy through SGLang, headhere

  • Container:lmsysorg/sglang:dev\-nemotron3\-5\-lightning

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#1x-h100-21x H100

sglang serve \
    --model-path nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 \
    --max-running-requests 256 \
    --trust-remote-code \
    --chunked-prefill-size 32768 \
    --mem-fraction-static 0.9 \
    --speculative-algorithm EAGLE \
    --speculative-draft-model-path nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 \
    --speculative-num-steps 3 \
    --speculative-eagle-topk 1 \
    --speculative-num-draft-tokens 4 \
    --cuda-graph-max-bs-decode 16 \
    --mamba-backend flashinfer \
    --mamba-radix-cache-strategy extra_buffer \
    --reasoning-parser nemotron_3 \
    --tool-call-parser qwen3_coder
  • **Context length:**The command above serves the model’s full 1M-token context window by default. If you’re memory-constrained — or want more KV-cache headroom at higher concurrency — set\-\-context\-lengthto a smaller value.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#api-clientAPI Client

The examples below use the OpenAI-compatible client and work with any of the serving backends above. All backends serve on port8000(vLLM and TRT-LLM by default; SGLang via\-\-port 8000), so thebase\_urlworks as-is. Recommended sampling settings areTemperature 1.0andTop_P 0.95.

The vLLM snippets above register the model asnvidia/NVIDIA\-Nemotron\-3\.5\-Lightning\-30B\-A3B\-NVFP4. For the other backends — or if you change that flag — copy the identifier returned byGET /v1/modelsintoMODELbelow.

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 / OFF and streaming examples: Click to expand!**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)

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#tool-callingTool Calling

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, addextra\_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)

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#training-testing-and-evaluation-datasetsTraining, Testing, and Evaluation Datasets

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#trainingTraining

**Data Modality:TextTraining Data Size:More than 20 Trillion TokensDataset partition:***Training [100%], testing [0%], validation [0%]***Time period for training data collection:2013 to December 2025Time period for testing data collection:2013 to December 2025Time period for validation data collection:2013 to December 2025Data Collection Method by dataset:Hybrid: Automated, Manually-Collected, SyntheticLabeling 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 Detailed Dataset Information: Click here!#### https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#base-pre-training-corpus-nemotron-3-foundationBase Pre-Training Corpus (Nemotron 3 Foundation)

The foundation of the model is trained on the Nemotron 3 corpus, comprising the following datasets from theNemotron Pretraining Datasets collection:

Dataset CollectionToken CountsDescriptionNemotron-CC-v2&v2.19.1TA 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&v2&v31.7TCurated 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-v1&v1.1&v1.2&Nemotron-Pretraining-SFT-v1660.0BSynthetic datasets targeting specialized domains such as STEM reasoning and scientific coding.Nemotron-Pretraining-Legal-v14.3BSynthetic datasets targeting the legal domain.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#public-datasetsPublic Datasets

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#crawled-and-scraped-from-online-sources-by-nvidiaCrawled 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.

DatasetModalityDataset SizeCollection PeriodCollecting OrganisationEnglish Common CrawlText3.36T4/8/2025NVIDIA Advanced Deep Learning ResearchEnglish Common Crawl 1.1TextNot disclosed10/2/2025NVIDIA Advanced Deep Learning ResearchMultilingual Common CrawlText812.7B5/1/2025NVIDIA Advanced Deep Learning ResearchGitHub CrawlText747.4B4/29/2025NVIDIA Advanced Deep Learning ResearchGitHub Crawl 1.1Text172.7B9/30/2025NVIDIA Advanced Deep Learning Research

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#private-non-publicly-accessible-datasets-of-third-partiesPrivate Non-publicly Accessible Datasets of Third Parties

DatasetModel(s) usedGlobal RegulationUnknownTAUS Translation MemoryUnknownScale HLEUnknownHackerRank CodingUnknownRL data for SearchGemini 3; GPT-5Mercor SWE-AgentsV1Undisclosed

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#private-non-publicly-accessible-datasets-by-nvidiaPrivate Non-publicly Accessible Datasets by NVIDIA

DatasetModel(s) usedSimple MinesweeperUndisclosedSimple SudokuUndisclosedMultitool Typewriter HardUndisclosedMachine Translation of News Commentary and TAUS Translation MemoryUndisclosedMachine Translation of STEM -Qwen2.5-14B-InstructCompetitive Coding RL data from Nemotron CascadeUndisclosedLong context RLUndisclosedSingle-step SWE RL for patch generationUndisclosedOpenHands SWEUndisclosed

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#nvidia-sourced-synthetic-datasets-pre-trainingNVIDIA-Sourced Synthetic Datasets (Pre-Training)

DatasetModalityDataset SizeSeed DatasetModel(s) used for generationNemotron-Pretraining-Fact-SeekingText35.0BFineWikiQwen3-30B-A3B-Instruct-2507Nemotron-Pretraining-LegalText4.3BCommonPile (caselaw_access_project_filtered); California Code of Regulations; Judicial Ethics Opinions;GLOBALCIT;CUAD; Nemotron Personas;ToSDR Terms of Service Corpus; CodeHima/TOS_Dataset;ContractNLI; CaseHOLD; Code of Federal Regulations;Canadian Case Law(subsets that allow commercial use)Qwen3-235B-A22B-Thinking-2507Nemotron-Pretraining-Formal-LogicText128MNemotron PersonasQwen3-235B-A22B-Thinking-2507Nemotron-Pretraining-EconomicsText73.4M-Qwen3-235B-A22B-Thinking-2507Nemotron-Pretraining-Multiple-ChoiceText1.6BMMLU Auxiliary TrainDeepSeek-V3;Qwen3-235B-A22BNemotron-Pretraining-Code-ConceptsText7.3B-gpt-oss-20b;gpt-oss-120bNemotron-Pretraining-Unconditional-AlgorithmicText196.5M-gpt-oss-120b;Qwen3-235B-A22BMore Synthetic Tasks from DeepSeek-V3 and Qwen3-235B-A22BText1.1Btrain splits of acp_bench; ai2_arc; babi; gsm8k; hendrycks_math; IFEval; MedText; mediqa_qa; mlqa; MMLU-Pro; mmlu-pro-plus; MMLU-ProX; nq_open; tinyGSM8k; truthful_qa; truthfulqa-multi; MATH-lighteval; mmlu; awesome-chatgpt-prompts; super_glueDeepSeek v3;Qwen3-235B-A22BSynthetic 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-A22BSynthetic Art of Problem Solving from DeepSeek-R1Text40BArt of Problem Solving;American Mathematics Competitions 8;American Mathematics Competitions 10DeepSeek-R1Synthetic Moral Stories and Social Chemistry from Qwen3-235B-A22B-Thinking-2507 and Mixtral-8x22B-v0.1Text15.2Msocial-chemestry-101;Moral StoriesQwen3-235B-A22B-Thinking-2507;Mixtral-8x22B-v0.1Synthetic Moral Stories and Social Chemistry from Mixtral-8x22B-v0.1Text327Msocial-chemestry-101;Moral StoriesMixtral-8x22B-v0.1Synthetic 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-72BSynthetic 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-72BSynthetic 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-72BNemotron-PrismMathText4.6BBig-Math-RL-Verified;OpenR1-Math-220kQwen2.5-0.5B-instruct,Qwen2.5-72B-Instruct;DeepSeek-R1-Distill-Qwen-32BSynthetic 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-InstructSynthetic RephrasedMath Data from Common Crawlfrom phi-4Text73BCommon Crawlphi-4Synthetic Math Data from Common Crawl 4plusText52.3BCommon Crawlphi-4Synthetic Math Data from Common Crawl 3Text80.9BCommon Crawlphi-4Synthetic AGIEval seeded with AQUA-RAT, LogiQA, and AR-LSAT from DeepSeek-V3 and DeepSeek-V3-0324Text4.0BAQUA-RAT;LogiQA;AR-LSATDeepSeek-V3;DeepSeek-V3-0324Synthetic AGIEval seeded with AQUA-RAT, LogiQA, and AR-LSAT from Qwen3-30B-A3BText4.2BAQUA-RAT;LogiQA;AR-LSATQwen3-30B-A3BSynthetic Art of Problem Solving from Qwen2.5-32B-Instruct, Qwen2.5-Math-72B, Qwen2.5-Math-7B, and Qwen2.5-72B-InstructTextUndisclosedArt 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-InstructSynthetic MMLU Auxiliary Train from DeepSeek-R1Text0.5BMMLU Auxiliary TrainDeepSeek-R1Synthetic Long Context Continued Post-Training Data from Papers and Permissible Books from Qwen2.5-72B-InstructTextUndisclosedarXiv;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-InstructSynthetic Common Crawl from Qwen3-30B-A3B and Mistral-Nemo-12B-InstructText415.8BCommon CrawlQwen3-30B-A3B;Mistral-NeMo-12B-InstructSynthetic Multilingual Data from Common Crawl from Qwen3-30B-A3BTextUndisclosedCommon CrawlQwen3-30B-A3BSynthetic Multilingual Data from Wikimedia from Qwen3-30B-A3BTextUndisclosedWikimediaQwen3-30B-A3BSynthetic Math Data from Wikimedia from Nemotron-4-340B-InstructTextUndisclosed-Nemotron-4-340B-InstructSynthetic Common Crawl Code from phi-4Text427.9BCommon Crawlphi-4Synthetic Scientific Coding from Qwen3-235B-A22BText1.2BWikimediaQwen3-235B-A22BTool Calling DataText26.2B-Qwen3-235B-A22B-2507;gpt-oss-120bSynthetic Essential-Web from QwQ-32BText28.1BEssential-WebQwQ-32BTranslated Synthetic CrawlText389.9BCommon CrawlQwen3-30B-A3BTranslated Synthetic WikipediaText7.9BWikimediaQwen3-30B-A3BSynthetic Long Context from Qwen3-235B-A22B-Instruct-2507TextUndisclosedCORE;PG-19;DOAB CC BY & CC BY-SA subset;NDLTDQwen3-235B-A22B-Instruct-2507Synthetic Search STEM OPENQ from DeepSeek-R1-0528TextUndisclosed-DeepSeek-R1-0528Synthetic MCQ from Qwen2.5-32B-Instruct and DeepSeek-R1-0528TextUndisclosed-Qwen2.5-32B-Instruct;DeepSeek-R1-0528Synthetic Offline Search MCQA HLE from DeepSeek-R1-0528TextUndisclosed-DeepSeek-R1-0528Synthetic Offline Search MCQA GPQA from Qwen3-235B-A22B and DeepSeek-R1-0528TextUndisclosed-Qwen3-235B-A22B;DeepSeek-R1-0528Synthetic 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-0528Synthetic 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-32BSynthetic Code from Qwen3-32BTextUndisclosedEnglish Common Crawl; English Common Crawl 1.1Qwen3-32BSynthetic OpenCodeReasoning from DeepSeek-R1TextUndisclosedOpenCodeReasoningDeepSeek-R1Synthetic OpenCodeReasoning from DeepSeek-R1-0528TextUndisclosedOpenCodeReasoningDeepSeek-R1-0528Synthetic HackerRank Coding from DeepSeek-R1-0528TextUndisclosedHackerRank Coding DatasetDeepSeek-R1-0528Synthetic LIMO from DeepSeek-R1-0528TextUndisclosedLIMODeepSeek-R1-0528Synthetic SCP from DeepSeek-R1-0528TextUndisclosedSCP-116KDeepSeek-R1-0528Synthetic Stack Exchange from DeepSeek-R1-0528TextUndisclosedStack ExchangeDeepSeek-R1-0528Synthetic Stack Exchange from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedStack Exchangegpt-oss-120b;Qwen2.5-32B-InstructSynthetic Stack Exchange from gpt-oss-120bTextUndisclosedStack Exchangegpt-oss-120bSynthetic 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-InstructSynthetic Common Crawl from Qwen3-30B-A3BTextUndisclosedCommon CrawlQwen3-30B-A3BSynthetic Wikipedia from Qwen3-30B-A3BTextUndisclosedWikimediaQwen3-30B-A3BSynthetic Essential-Web from Qwen3-30B-A3B and Qwen3-235B-A22B-Thinking-2507TextUndisclosedEssential-WebQwen3-30B-A3B;Qwen3-235B-A22B-Thinking-2507Synthetic Essential-Web from gpt-oss-120bTextUndisclosedEssential-Webgpt-oss-120bSynthetic Textbook Math from Qwen3-30B-A3B, Qwen3-235B-A22B, phi-4TextUndisclosedCommon Crawl;FineMathQwen3-30B-A3B;Qwen3-235B-A22B;phi-4Synthetic Math and Code from DeepSeek-R1 and DeepSeek-R1-0528TextUndisclosedMagicoder-Evol-Instruct-110K;opc-sft-stage2;TACO;OpenCodeReasoning;OpenMathReasoning;NuminaMath CoTDeepSeek-R1;DeepSeek-R1-0528Synthetic Math from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosed-gpt-oss-120b;Qwen2.5-32B-InstructSynthetic OpenMathReasoning from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedOpenMathReasoninggpt-oss-120b;Qwen2.5-32B-InstructSynthetic KernelBook from DeepSeek-R1-0528TextUndisclosedKernelBookDeepSeek-R1-0528Synthetic Scale HLE from gpt-oss-120bTextUndisclosedScale HLEgpt-oss-120bSynthetic CDQuestions from gpt-oss-120bTextUndisclosedCDQuestionsgpt-oss-120bSynthetic GPQA from gpt-oss-120b and Qwen2.5-32B-InstructTextUndisclosedStack Exchangegpt-oss-120b;Qwen2.5-32B-InstructSynthetic Vedantu from gpt-oss-120bTextUndisclosedVedantugpt-oss-120bSynthetic Search STEM MCQ from Qwen3-235B-A22B and DeepSeek-R1-0528TextUndisclosed-Qwen3-235B-A22B;DeepSeek-R1-0528Synthetic OpenSTEM from Qwen2.5-32B-Instruct and DeepSeek-R1-0528TextUndisclosed-Qwen2.5-32B-Instruct;DeepSeek-R1-0528Synthetic MCQ10 from DeepSeek-R1-0528TextUndisclosed-DeepSeek-R1-0528Synthetic 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

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#nvidia-sourced-synthetic-datasets-post-trainingNVIDIA-Sourced Synthetic Datasets (Post-Training)

DatasetModalityDataset SizeSeed DatasetModel(s) used for generationSynthetic Competitive MATH Proofs from DeepSeek-V4-ProTextUndisclosed[AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions][deepseek-ai/DeepSeek-V4-Pro]Synthetic Hermes Agent Reasoning TracesTextUndisclosed[lambda/hermes-agent-reasoning-traces][hermes-agent-generator]Synthetic Competitive Coding from DeepSeek-V4-ProTextUndisclosed[NVCompetitiveCodingV1][deepseek-ai/DeepSeek-V4-Pro]Synthetic Competitive Science Reasoning from DeepSeek-V4-ProTextUndisclosed[AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [EssentialAI/essential-web-v1.0]; [cdquestions.com]; [Pile-FreeLaw]; [Vedantu]; [askfilo]; [doubtnut]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)]; [AAPT]; [ChemData 700K]; [oMeBench]; [Flavor Analysis and Recognition Transformer]; [ChemCoTBench]; [Llama Nemotron Dataset][deepseek-ai/DeepSeek-V4-Pro]Synthetic Competitive MATH CoT and TIR from Nemotron 5.5TextUndisclosed[Pile-FreeLaw]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions][Nemotron 5.5]Vendor Terminal Bench-like Tasks from MercorTextUndisclosed[Terminal bench like tasks curated by the vendor][Undisclosed - purchased dataset]Turing Math Data PackTextUndisclosed[Turing Math Data Pack dataset][Undisclosed - purchased dataset]Synthetic Holdout, Skywork, DAPO, and Turing Math from GPT-5.5TextUndisclosed[DocQA-RL-1.6K]; [DAPO-Math-17k][GPT-5.5]Synthetic Long Context RL from QwenLong L1 and DocQA-RL-1.6KTextUndisclosed[DocQA-RL-1.6K]UndisclosedSynthetic Competitive Coding Gym TasksTextUndisclosed[NVCompetitiveCodingV1.1]UndisclosedSynthetic Finance SEC Search Agent from GPT-OSS-120B and Qwen3TextUndisclosed[SEC filings from sec.gov][GPT-OSS-120B]; [Qwen3-235B-A22B-Instruct]; [Qwen3-4B-Instruct]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[Nemotron-RL-agent-structured-outputs-v1][Qwen3-30B-A3B-Instruct-2507]; [Qwen3-235B-A22B-Instruct-2507]Synthetic Long Context Equivalence Rule from Qwen3-235B-A22B-Thinking-2507 and DeepSeek-R1TextUndisclosed[Long-context SFT data][Qwen/Qwen3-235B-A22B-Thinking-2507]; [Deepseek-ai/DeepSeek-R1]Synthetic Science RL Data Blend from Qwen2.5-32BTextUndisclosed[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][Qwen2.5-32B]Synthetic Abstention Data from Nemotron Super v3TextUndisclosed[Go abstention Dataset][nvidia/nvidia/nemotron-3-super-v3]Synthetic Chemistry Data from Nemotron Super v3TextUndisclosed[ChemData 700K][nvidia/nvidia/nemotron-3-super-v3]Synthetic Tool Call Schema for RLText469,983[UltraTool]; [ToolEyes]; [AutoTools]; [API-Bank]; [Nemotron-Personas-USA]; [Salesforce xLAM function-calling]; [Glaive function-calling-v2]; [Agent-Ark/Toucan-1.5M][DeepSeek-V3.2]; [GLM-4.6]; [gpt-oss-120b]; [Kimi-K2-Instruct]Synthetic Freeform Text Formatting from GPT-OSS-120BTextUndisclosed[In-house data][GPT OSS 120B - Apache 2.0]Synthetic Citation Formatting from GPT-OSS-120BTextUndisclosed[In-house data][GPT OSS 120B - Apache 2.0]Droid Harness Pivot Vendor DataTextUndisclosed[Droid Harness Pivot vendor data]UndisclosedSynthetic HotpotQA Training Data from Qwen3-235BTextUndisclosed[HotpotQA][Qwen3-235B]Synthetic Natural Language Math Proofs from Nemotron 5.5TextUndisclosed[AMC8, AMC10, and AIME problem sets hosted on Art of Problem Solving]; [Pile-StackExchange][Nemotron 5.5]Synthetic Stack Overflow OpenQTextUndisclosed[Pile-FreeLaw]UndisclosedChemistry Ether0 Vendor DataTextUndisclosed[Chemistry ether0 vendor data]UndisclosedSynthetic Litmus-Bench Chemistry from ChEMBLTextUndisclosed[ChEMBL]; [Nemo Gym RL dataset generated from ChEMBL with RDKit]UndisclosedSynthetic ZINC Chemistry from Nemotron Super v3TextUndisclosed[ZINC][Nemotron Super v3]ARC-AGI Gym EnvironmentTextUndisclosed[ARC-AGI-2][ARC-AGI-2]Synthetic Agentic Search Tool-Use from DeepSeek-V3.2TextUndisclosed[Mercor Data][DeepSeek-V3.2]Synthetic Text-To-SQLText96,564[In-house Text-to-SQL data][gpt-oss-120b]Dialog Memory Vendor DataTextUndisclosed[Patronus external vendor agreement]UndisclosedSynthetic Indirect Prompt Injection from Nemotron Super v3 and Qwen3-Next-80B-A3B-InstructTextUndisclosed[In-house indirect prompt injection data][nvidia/nemotron-3-super-v3, qwen/qwen3-next-80b-a3b-instruct]Synthetic Malicious Code and Agentic SecurityTextUndisclosed[In-house malicious-code / agentic-security data]UndisclosedSynthetic Single-Step SWE Patch SelectionTextUndisclosed[SWE-Gym Dataset]; [SWE Bench Verified Benchmark][ground truth and task checks]Synthetic Natural Language Math Final Answers from Nemotron 5.5TextUndisclosed[AMC8, AMC10, and AIME problem sets hosted on Art of Problem Solving]; [Pile-StackExchange][nemotron 5.5]Synthetic Simple Math Prompts for Token EfficiencyTextUndisclosed[In-house simple math prompts]UndisclosedSynthetic Abstention Data from Nemotron Super v3 (CRAG)TextUndisclosed[CRAG][nvidia/nvidia/nemotron-3-super-v3]Synthetic Agentless SWEText242,536[SWE-Rebench-V2]; [SWEbench Training Set]; [R2E-Gym/R2E-Gym-Subset]; [SWE-Gym/SWE-Gym]; [SWE-Rebench][openai/gpt-oss-120b]Synthetic Agentless SWE from DeepSeek-R1-0528Text209,976[SWE-Bench-Train]; [SWE-Fixer-Train]; [SWE-reBench]; [SWE-Smith][deepseek-ai/DeepSeek-R1-0528]Synthetic Agentic CUDA Traces from GLM-4.7Text2,276[Internal CUDA task data][GLM-4.7]Synthetic Math Proofs from DeepSeek-V3.2-SpecialeText820,772[Nemotron-Math-Proofs-v1][SDG: DeepSeek-V3.2-Speciale]; [Filter: proof validation]Synthetic Multilingual SFT from DeepSeek-V3Text1,245,284[Nano v3 SFT data][DeepSeek-V3]Synthetic Agentic Code from gpt-oss-120bText109,086[NVAgenticCLIPrompts-v1]; [NVAgenticSkills-v1]; [NVAgenticCLIMultiTurnPrompts-v1][openai/gpt-oss-120b]Synthetic Agentic CLI and Web Skills from gpt-oss-120bText27,418[NVAgenticCLIPrompts-v1]; [NVAgenticSkills-v1]; [NVAgenticCLIMultiTurnPrompts-v1]; [NVAgenticCLIPrompts-Web-v1][openai/gpt-oss-120b]Synthetic Agentic Coding from gpt-oss-120bText160,531[NVAgenticCLIPrompts-v1]; [NVAgenticSkills-v1]; [NVAgenticCLIMultiTurnPrompts-v1]; [NVAgenticCLIPrompts-Web-v1][openai/gpt-oss-120b]Synthetic OpenCode Agentic Tasks from gpt-oss-120bText614,773[NVAgenticCLIPrompts-v1]; [NVAgenticSkills-v1]; [NVAgenticCLIMultiTurnPrompts-v1]; [NVAgenticCLIPrompts-Web-v1][openai/gpt-oss-120b]Synthetic SWE UnverifiedTextUndisclosed[NVAgenticCLIPrompts-v1]; [NVAgenticSkills-v1]; [NVAgenticCLIMultiTurnPrompts-v1]; [NVAgenticCLIPrompts-Web-v1][gpt-oss-120b]; [Qwen/Qwen3-Coder-480B-A35B-Instruct]; [GLM-4.7-Flash]Synthetic ARC-AGI Ultra DataText192,016[ARC-AGI-2]; [arc dataset collection][ARC-AGI-2]Synthetic LiveCodeBench TIR from DeepSeek-R1-0528Text1,283,398[Nemotron-X training datasets][DeepSeek-R1-0528]Synthetic Verilog and SystemVerilog Code from DeepSeek-R1-0528 and GPT-OSS-120BText1,233,247[Verilog/SystemVerilog seed code][SDR: DeepSeek R1 0528 and GPT-OSS-120B]; [Filtering: Claude 4 Sonnet]Synthetic Aider Python Tasks from DeepSeek-R1-0528Text236,099[Exercism (GitHub Python)][Deepseek R1 0528]Synthetic Chat Reasoning-Off Data from GLM-5Text646,738[lmarena-ai/repochat-arena-preference-4k user prompts][Multi-turn conversations generated by GLM-5 with best-of-4 selection via Qwen3-Nemotron-235B-A22B-GenRM]Synthetic Chat Reasoning-On Data from GLM-5Text644,286[lmarena-ai/repochat-arena-preference-4k user prompts]; [lmarena-ai/arena-expert-5k user prompts]; [lmarena-ai/arena-human-preference-55k user prompts]; [lmarena-ai/arena-human-preference-100k user prompts]; [lmarena-ai/arena-human-preference-140k user prompts][Multi-turn conversations generated by GLM-5 with best-of-4 selection via Qwen3-Nemotron-235B-A22B-GenRM]Synthetic Multilingual Safety from Riva-Translate-4B-Instruct-v1.1Text132,067[Safety SFT Data: Ultra][nvidia/Riva-Translate-4B-Instruct-v1.1]Synthetic Science Reasoning Effort MediumText502,722[science-reasoning-effort-medium-v0]UndisclosedSynthetic Telecom Tool-Use Trajectories from gpt-oss-120bText12,455[Existing Tau2 telecom trajectories originally generated with DeepSeek V3.2][gpt-oss-120b]Synthetic Terminal Bench Data from OpenReasoningv2TextUndisclosed[OpenCodeReasoningv2]; [OpenMathReasoning]; [nemo-swe-bench-repos]; [SWE-Rebench]; [SWE-Fixer-110K][OpenReasoningv2]Synthetic Tulu Instruction Following from DeepSeek-R1-0528Text105,361[Nemotron-X training datasets][DeepSeek-R1-0528]Synthetic Instruction Following from gpt-oss-120bText151,988[IFEval]; [IFEvalG][gpt-oss-120b]Synthetic Instruction Following for RLTextUndisclosed[WildChat-1M]; [LMSYS-340B-Eval Dataset]; [LMSYS-Chat-1M Prompts]; [IFEval]; [IFEvalG][Qwen/Qwen3-235B-A22B-Thinking-2507]; [gpt-oss-120b]; [Qwen3-235B-A22B-Instruct-2507]Synthetic Identity Data from Qwen3-Next-80B-A3B-Instruct and Qwen3-235B-A22B-Instruct-2507Text25,992[Hand-written prompts][Qwen3-Next-80B-A3B-Instruct]; [Qwen3-235B-A22B-Instruct-2507]Synthetic Terminus Ultra Agentic Reasoning BlendText96,881[ARC-AGI-2]; [OpenCodeReasoningv2]; [OpenMathReasoning]; [SWE-Fixer-110K]; [SWE-Rebench]; [SWE-Smith][DeepSeek-V3.2]; [Qwen3-235B-A22B-Thinking-2507]; [Ring-1T]; [Kimi-K2.5]; [GLM-4.7-FP8]; [Qwen3-Next-80B-A3B-Thinking]; [gpt-oss-120b]; [Ministral-3-14B-Reasoning-2512]; [LM-4.5-Air-FP8]Synthetic STEM from Qwen3-235B-A22B-Thinking-2507Text1,174,694[IChO-IPhO-RL-v2]; [Physics-Big Dataset]; Scale HLE; [OpenMathReasoning]; [OpenCodeReasoning][Qwen3-235B-A22B-Thinking-2507]Synthetic STEM from Qwen3-235B-A22B-Instruct-2507 and gpt-oss-120bTextUndisclosed[arXiv]; [National Institutes of Health ExPorter]; [BioRxiv]; [PMC Article]; [USPTO Backgrounds]; [peS2o]; Global Regulation; [CORE]; [PG-19]; [DOAB CC BY & CC BY-SA subset]; [NDLTD][Qwen3-235B-A22B-Instruct-2507]; [gpt-oss-120b]Translation Data from TAUSText1,618,055[TAUS proprietary dataset]UndisclosedSynthetic Art of Problem Solving and Stack Exchange from gpt-oss-120b, Qwen2.5-32B-Instruct, and Goedel-Prover-V2-32BText860,469[Nemotron-Math-Proofs-v1][Goedel-Prover-V2-32B]Synthetic Art of Problem Solving and Stack Exchange from gpt-oss-120bText1,201,815[Upstream released math dataset]; [AoPS]; [StackOverflow / StackExchange][gpt-oss-120b]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-InstructTextUndisclosed[Nano-V3 SFT Data (without tool call)][Qwen/Qwen2.5-14B-Instruct]; [Qwen/Qwen3-4B-Thinking-2507]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-Instruct (Stack Exchange lineage)TextUndisclosed[Stack Exchange]; [SCP-116K]; [LIMO]; [TACO]; Code Contest; Codeforces[DeepSeek-R1]; [DeepSeek-R1-0528]; [Qwen2.5-32B-Instruct]; [Qwen3-235B-A22B]Synthetic Search Graph WalkText6,977[Wikidata / Wikipedia KnowledgeBase][MiniMaxAI/MiniMax-M2]Synthetic Agentic Diverse DomainsText281,537[Handwritten prompts (synthetic; no external seed data used)][SDG model: deepseek-ai/DeepSeek-V3.2, deepseek-ai/DeepSeek-R1-0528, Qwen/Qwen3-235B-A22B-Thinking-2507, Qwen/Qwen3-32B]; [Filtering model: openai/gpt-oss-120b, Qwen/Qwen3-32B, Qwen/Qwen3-235B-A22B-Instruct-2507]Synthetic Long Context from Qwen3-235B-A22B-Instruct-2507TextUndisclosed[Long-context SFT seed blend (pre-training blend + nano-v1 post-training data)]; [Long-context SFT data: lc_nothink 256k, MRCR 200k, RULER 256k]; [AALCR seed blend: SEC Filings, CC, Wikipedia, FinePDFs, ArXiv, Pile-NIH ExPorter, BioRxiv, PMC Article, USPTO Backgrounds, peS2o, Global Regulations, CORE, Gutenberg (PG-19), DOAB CC-BY, NDLTD, Amps, StackExchange, MathPile, Numinas][Qwen/Qwen3-235B-A22B-Thinking-2507]; [deepseek-ai/DeepSeek-R1]; [Qwen3-30B-A3B]Synthetic Nemotron Math SFT from DeepSeek-V3.2-SpecialeText1,900,553[Nemotron-Math-v2 (AOPS and StackExchange-math problems)][DeepSeek-V3.2-Speciale]Synthetic Nemotron Math TIR from DeepSeek-V3.2Text1,789,258[Nemotron-Math-v2 (AOPS and StackExchange-math problems)][DeepSeek-V3.2]Synthetic NemoCascade OCR Distillation from gpt-oss-120bText682,864[Nemotron-X training datasets][gpt-oss-120b]Synthetic CUDA 100kText93,086[KernelBook]; [HuggingFace Transformers]; [FlashInfer][gpt-oss-120b]; [DeepSeek-R1-0528]Synthetic Science MCQ and QA Diversity from GPT-OSS and Kimi-K2Text30,358[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Science HLE with Python from GPT-OSS and Kimi-K2Text85,184[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Science Search and Python from GPT-OSS and Kimi-K2Text6,179[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Science Search from GPT-OSS and Kimi-K2Text32,554[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Finance Reasoning from GPT-OSS-120B and Qwen3-235B-A22B-Instruct-2507Text326,700[SEC filings][GPT-OSS-120B, Qwen3-235B-A22B-Instruct-2507]Synthetic Science Diversity MCQ from GPT-OSS and Kimi-K2Text532,942[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Science Diversity OpenQ from GPT-OSS and Kimi-K2Text131,045[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Science Reasoning No-Tool from GPT-OSS and Kimi-K2Text2,085,600[doubtnut]; [Pile-FreeLaw]; [Llama Nemotron Dataset]; [askfilo]; [EssentialAI/essential-web-v1.0]; [Vedantu]; [auxiliary_train]; [cdquestions.com]; [AMC 8 Problems and Solutions, AMC 10 Problems and Solution, and AIME Problems and Solutions]; [AAPT]; [ICHO-IPH0 Dataset]; [LIMO dataset (Less is More for Reasoning)][GPT-OSS]; [Kimi-K2]Synthetic Text-To-SQL from gpt-oss-120bTextUndisclosed[In-house Text-to-SQL data][gpt-oss-120b]Synthetic Tool Call Schema for RL (extended)Text707,967[UltraTool]; [ToolEyes]; [AutoTools]; [API-Bank]; [Nemotron-Personas-USA]; [Salesforce xLAM function-calling]; [Glaive function-calling-v2]; [Agent-Ark/Toucan-1.5M][DeepSeek-V3.2]; [GLM-4.6]; [gpt-oss-120b]; [Kimi-K2-Instruct]Synthetic Safety from gemma-3-4b-it, Nemotron-Nano-9B-v2, and gpt-oss-120bText44,091[Safety SFT Data][google/gemma-3-4b-it]; [Nemotron-Nano-9B-v2]; [gpt-oss-120b]Synthetic Safety from DeepSeek-R1-0528, gpt-oss-120b, DeepSeek-R1-Distill-Qwen-7B, and Mixtral-8x7B-v0.1TextUndisclosed[Nemotron Content Safety Dataset V2]; [Gretel Synthetic Safety Alignment Dataset]; [RedTeam-2K]; [Malicious Tasks]; [Nemotron-Personas-USA][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 Tool Calling from Qwen3-235B-A22B-Thinking-2507 and Qwen3-Next-80B-A3B-ThinkingTextUndisclosed[ToolBench]; [glaive-function-calling-v2]; [APIGen Function-Calling]; [Nemotron-Personas-USA][Qwen3-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-2507TextUndisclosed[C4]; [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-USA][gpt-oss-120b]; [Mixtral-8x22B-Instruct-v0.1]; [Qwen3-235B-A22B-Instruct-2507]; [Qwen3-235B-A22B-Thinking-2507]Synthetic Tool Use Interactive Agent from gpt-oss-120b, DeepSeek-R1-0528, Qwen3-32B, and Qwen3-235B-A22B-Thinking-2507TextUndisclosedNVIDIA Internal[gpt-oss-120b]; [DeepSeek-R1-0528]; [Qwen3-32B]; [Qwen3-235B-A22B-Thinking-2507]Synthetic DocFinQA and SWE-smith from Qwen3-Coder-480B-A35B-Instruct and Kimi-K2-ThinkingTextUndisclosed[DocFinQA]; [SWE-smith][Qwen3-Coder-480B-A35B-Instruct]; [Kimi-K2-Thinking]Synthetic SWE-Gym from Qwen3-Coder-480B-A35B-InstructTextUndisclosed[SWE-Gym][Qwen3-Coder-480B-A35B-Instruct]Synthetic SWE-Gym and R2E-Gym-Subset from Qwen3-Coder-480B-A35B-InstructTextUndisclosed[SWE-Gym]; [R2E-Gym-Subset][Qwen3-Coder-480B-A35B-Instruct]Synthetic SWE-Gym and R2E-Gym-Subset from DeepSeek-R1-0528TextUndisclosed[SWE-Gym]; [R2E-Gym-Subset][DeepSeek-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-2507TextUndisclosed[HelpSteer2]; [HelpSteer3]; [LMSYS-Chat-1M]; [Nemotron-Personas-USA][gpt-oss-120b]; [Qwen3-235B-A22B-Instruct-2507]; [Qwen3-235B-A22B-Thinking-2507]Synthetic Nemotron-Personas-USA from gpt-oss-120b and Qwen3-8BTextUndisclosed[Nemotron-Personas-USA][gpt-oss-120b]; [Qwen3-8B]Vendor Terminal Bench-like Tasks (Droid)TextUndisclosed[Droid Harness Pivot vendor data]Undisclosed

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#language-distribution-in-post-trainingLanguage 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#testing-datasetsTesting Datasets:

Data Collection Method by dataset

  • Hybrid: Automated, Manually-Collected, SyntheticLabeling 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#evaluation-datasetsEvaluation Datasets:

Data Collection Method by dataset

  • Hybrid: Automated, Manually-Collected, SyntheticLabeling 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.

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#inferenceInference

  • **Acceleration Engine:**PyTorch
  • Test Hardware:- NVIDIA Hopper- 1-8x H100 - 1-8x H200 - NVIDIA Blackwell- GB200 - DGX Spark (GB10) - GeForce RTX 5090

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4#ethical-considerationsEthical 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:SafetyandExplainabilitySubcards.

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

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

Downloads last month19,250

Model tree fornvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4https://huggingface.co/docs/hub/model-cards#specifying-a-base-model

Collections includingnvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4

相似文章

nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4

Hugging Face Models Trending

NVIDIA 发布 Nemotron-3-Ultra,一个拥有 5500 亿参数的开源权重模型,采用结合 Mamba-2、MoE 和注意力的混合架构,支持高达 100 万 token 的上下文长度和可配置的推理模式。

nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 · Hugging Face

Reddit r/LocalLLaMA

NVIDIA发布Nemotron-3-Ultra-550B-A55B,这是一个5500亿参数(550亿活跃参数)的前沿大语言模型,采用混合LatentMoE架构,结合Mamba-2、MoE和注意力层,支持高达100万令牌的上下文长度和可配置的推理模式。它支持11种语言,并针对复杂的智能体工作流、长上下文分析和高精度推理进行了优化。