- Model Overview
- Description:
- License/Terms of Use:
- Deployment Geography:
- Use Case:
- Release Date:
- References
- Model Architecture:
- Input:
- Output:
- Software Integration:
- Model Version(s):
- Training and Evaluation Datasets:
- Training Dataset:
- Evaluation Dataset:
- Inference:
- DSpark Speculative Decoding
- Usage
- Evaluation
- Model Limitations:
- Ethical Considerations
- Description:
- Explainability
- Bias
- Safety & Security
- Privacy
Model Overview
Description:
The NVIDIA Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark model is the DSpark speculative decoding checkpoint for NVIDIA's Nemotron-3.5-Lightning-30B-A3B model family, which is a hybrid LatentMoE language model designed for reasoning, chat, and agentic workflows. For more information, please check BF16, NVFP4. The NVIDIA Nemotron-3.5-Lightning-30B-A3B-DSpark-NVFP4 model is intended for DSpark speculative decoding deployments tuned for DGX Spark and low-concurrency data centre workflows.
This model is ready for commercial or non-commercial use.
License/Terms of Use:
GOVERNING DOWNLOAD TERMS: Use of this model is governed by the OpenMDW-1.1 model license.
Deployment Geography:
Global
Use Case:
Developers deploying Nemotron-3.5-Lightning-30B-A3B for reasoning, chat, RAG, and agentic workflows that benefit from lower-latency speculative decoding on DGX Spark and data centre GPUs. This release is intended for DSpark-assisted serving of Nemotron-3.5-Lightning-30B-A3B rather than as a standalone target model checkpoint.
Release Date:
Hugging Face 08/11/2026 via https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark
References
- NVIDIA Model Optimizer: https://github.com/NVIDIA/Model-Optimizer
- NVIDIA Nemotron-3.5-Lightning-30B-A3B-BF16 reasoning model card
- NVIDIA Nemotron-3.5-Lightning-30B-A3B-NVFP4 reasoning model card
- OpenMDW License Agreement, version 1.1
- DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation
Model Architecture:
The DSpark model architecture is as follows:
Architecture Type: Dense GQA (Dense MLP + GQA Attention)
Network Architecture: Dense FFN MLP, and GQA Attention layers; DSpark speculative decoding attention uses causal grouped-query attention (GQA) with a sliding window of size 1024 on all layers, and per-head attention sink bias.
Number of Model Parameters: 967M total parameters, of which 615M are non-embedding parameters.
For more information about the underlying model's architecture, please see this Nemotron-3.5-Lightning-30B-A3B-BF16, Nemotron-3.5-Lightning-30B-A3B-NVFP4.
Input:
Input Type(s): Text
Input Format(s): String
Input Parameters: One-Dimensional (1D): Sequences
Other Properties Related to Input: Maximum context length up to 1M tokens. Supported languages include English, 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: Outputs may include natural-language responses, reasoning traces, tool-use content, and structured outputs depending on chat-template configuration and application-level tooling.
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:
Supported Runtime Engine(s):
- vLLM
Supported Hardware Microarchitecture Compatibility:
- NVIDIA Blackwell - including DGX Spark (GB10)
- NVIDIA Hopper
Preferred 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):
The model is a Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark speculative decoding version quantized with Model Optimizer 0.45.0 version.
Training and Evaluation Datasets:
Training Dataset:
For more information about the underlying Nemotron-3.5-Lightning-30B-A3B model, please visit the model card - Nemotron-3.5-Lightning-30B-A3B-NVFP4, Nemotron-3.5-Lightning-30B-A3B-BF16.
Link: Nemotron-Post-Training-Dataset-v2, and Nemotron-Post-Training-Dataset-v3 only prompts from the datasets were used for data synthesis, (the original responses from GPT were not used), which is then used to train the DSpark modules.
Data Modality: Text
Text Training Data Size: 66 Billion Tokens, repeated for 2 epochs
Data Collection Method by dataset: Hybrid: Automated, manually-collected, Synthetic
Labeling Method by dataset: Hybrid: Automated, manually-labelled, Synthetic
Properties: The Nemotron-3.5-Lightning-30B-A3B-NVFP4-DSpark model was trained exclusively on a post-training corpus includes synthetic data for reasoning, code, science, tool use, instruction following, structured outputs, and multilingual tasks. Dataset disclosures are published in the nvidia/nemotron-post-training-dataset-v2 and nvidia/nemotron-post-training-v3 Hugging Face collections.
Evaluation Dataset:
The model is evaluated on the SPEED-Bench dataset for speculative decoding benchmarking.
Data Collection Method by dataset: Hybrid: Automated, manually-collected, Synthetic
Labeling Method by dataset: Hybrid: Automated, manually-labelled, Synthetic
Properties: This corpus comprises a mix of high-quality standard benchmarks and test suites for LLMs. These benchmarks prompt the underlying model on a diverse set of tasks such as coding, math, writing, translation, etc., and the acceptance rates achieved from speculative decoding over the responses are measured in order to evaluate the quality of the speculation model.
Inference:
Acceleration Engine: vLLM, llama.cpp
Test Hardware: NVIDIA Hopper - H100; NVIDIA Blackwell - GB200; NVIDIA Blackwell - GeForce RTX 5090; NVIDIA Blackwell - DGX Spark (GB10)
DSpark Speculative Decoding
Nemotron-3.5-Lightning-30B-A3B supports multiple speculative decoding paths, including native MTP, DFlash, and DSpark for DGX Spark and low-concurrency data centre workflows. This release is the DSpark speculative decoding checkpoint intended to be paired with the Nemotron-3.5-Lightning-30B-A3B target model in vLLM. DSpark is designed to improve accepted length while preserving the latency benefits of block drafting on compact Blackwell systems such as DGX Spark.
Usage
To serve the checkpoint with vLLM, refer to the DSpark recipes in the NVIDIA Nemotron-3.5-Lightning-30B-A3B Model Card
Evaluation
Acceptance rate on SPEED-Bench with draft length 7:
| Category | SPEED-Bench Acceptance Length |
|---|---|
| coding | 4.38 |
| humanities | 3.18 |
| math | 4.17 |
| multilingual | 4.55 |
| qa | 3.36 |
| rag | 4.25 |
| reasoning | 3.90 |
| roleplay | 3.06 |
| stem | 3.40 |
| summarization | 4.15 |
| writing | 2.83 |
| Overall Average | 3.75 |
Baseline: NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 Benchmarked with
temperature=1.0,top_p=0.95.
Model Limitations:
The base model may generate inaccurate, incomplete, or otherwise undesirable responses, even when prompts are benign. It may reflect biases or content artifacts present in its training data, and output quality can vary by domain, language, reasoning depth, and context length. Developers should add application-specific safeguards and evaluate the system in the intended deployment environment before production use.
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.
For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, Explainability, Safety & Security, and Privacy Subcards.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.
SUBCARDS:
Explainability
| Field | Response |
|---|---|
| Intended Task/Domain | Text generation, reasoning, tool use, and agentic workflows accelerated with speculative decoding |
| Model Type | Hybrid LatentMoE language model used with a DFlash draft checkpoint |
| Intended Users | Developers deploying Nemotron-3.5-Lightning-30B-A3B for reasoning, chat, RAG, and agentic workflows that benefit from lower-latency speculative decoding on data centre GPUs and high-end local GPU systems. |
| Output | Text string(s) |
| Describe how the model works | NVIDIA-Nemotron-3.5-Lightning-30B-A3B uses interleaved Mamba-2, MoE, and Attention layers for the target model, while DFlash proposes candidate token blocks to improve generation speed during verification |
| Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of | Not Applicable |
| Technical Limitations & Mitigation | The speculative decoding model does not affect the output distribution of the underlying reasoning model. It is only used for lossless inference acceleration. |
| Verified to have met prescribed quality standards? | Yes |
| Performance Metrics | Accuracy, throughput, latency, and speculative-decoding acceptance rate |
| Potential Known Risk | The base model was trained on data that contains toxic language and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. Therefore, before deploying any applications of this model, developers should perform safety testing and tuning tailored to their specific applications of the model. |
| Developers should validate task accuracy, latency, and safety in their own deployment environment and add application-specific safeguards before production use. | |
| Licensing | Governing Terms: Use of this model is governed by the OpenMDW-1.1 model license |
Bias
| Field | Response |
|---|---|
| Participation considerations from adversely impacted groups protected classes in model design and testing | None |
| Measures taken to mitigate against unwanted bias | None |
| Bias Metric | None |
Safety & Security
| Field | Response |
|---|---|
| Model Application(s) | Chat, instruction following, RAG, reasoning, and agentic AI workflows |
| Describe life critical application (if present) | Not Applicable |
| Use Case Restrictions | Use must comply with the OpenMDW-1.1 model license and applicable laws and regulations |
| Model and Dataset Restrictions | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to. |
Privacy
| Field | Response |
|---|---|
| Generatable or Reverse engineerable personal data? | No |
| Personal data used to create this model? | No |
| Was consent obtained for any personal data used? | Not Applicable |
| How often is dataset reviewed? | Before Release |
| Was data from user interactions with the AI model (e.g. user input and prompts) used to train the model? | No |
| Is there provenance for all datasets used in training? | Yes |
| Does data labeling (annotation, metadata) comply with privacy laws? | Yes |
| Is data compliant with data subject requests for data correction or removal, if such a request was made? | Not Applicable |
| Applicable NVIDIA Privacy Policy | https://www.nvidia.com/en-us/about-nvidia/privacy-policy/ |
- Downloads last month
- 64