NVIDIA Nemotron-H-56B-Base-8K Base is a large language model (LLM) developed by NVIDIA that is designed as a completion model for a given piece of text. It uses a hybrid model architecture that consists primarily of Mamba-2 and MLP layers combined with just four Attention layers. The model features a context length of 8K. The supported languages include: English, German, Spanish, French, Italian, Korean, Portuguese, Russian, Japanese, and Chinese. For more detailed information on the model architecture, training, and evaluation, please see the project page and the technical report.
For best performance on a given task, users are encouraged to customize the model using the NeMo Framework suite of customization tools including Parameter-Efficient Fine-Tuning (P-tuning, Adapters, LoRA, and more), and Model Alignment (SFT, SteerLM, RLHF, and more) using NeMo-Aligner.
This model is for research and development only.
This model is part of the Nemotron-H Collection. You can find the models in this family here:
GOVERNING TERMS: Use of this model is governed by the NVIDIA Internal Scientific Research and Development Model License.
Model Developer: NVIDIA
Model Dates:
October 2024 - March 2025
Data Freshness:
September 2024
The pretraining data has a cutoff date of September 2024.
This model is intended for developers and researchers building LLMs.
4/14/2025
This model has 56B model parameters.
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.
nvcr.io/nvidia/nemo:25.04.nemotron-h
)As this is a base model, no explicit prompt format is recommended or required.
To run inference, you can use the following example script within the container nvcr.io/nvidia/nemo:25.04.nemotron-h
:
torchrun --nproc-per-node=8 /opt/NeMo/scripts/llm/generate.py \
--model_path=<PATH_TO_NEMO2_MODEL> \
--tp=8 \
--devices=8 \
--num_tokens_to_generate=40 \
--temperature=0.001 \
--top_p=0.0 \
--top_k=1
Inference may be performed in FP8 by adding the --fp8
flag to the above command.
The training corpus for Nemotron-H-56B-Base-8K Base consists of English and multilingual text (German, Spanish, French, Italian, Korean, Portuguese, Russian, Japanese, Chinese and English), as well as code. Our sources cover a variety of document types such as: webpages, dialogue, articles, and other written materials. This model was also improved using synthetic data from Qwen (Built with Qwen). 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 accuracies.
Data Collection for Training & Testing Datasets: Hybrid: Automated, Human, Synthetic
Data Labeling for Training & Testing Datasets: Hybrid: Automated, Human, Synthetic
We used the datasets listed in the next section to evaluate Nemotron-H-56B-Base-8K Base.
Data Collection for Evaluation Datasets: Hybrid: Human, Synthetic
Data Labeling for Evaluation Datasets: Hybrid: Human, Synthetic, Automatic
ARC Challenge 25-shot | Hellaswag 10-shot | Winogrande 5-shot | CommonsenseQA 7-shot |
---|---|---|---|
94.97 | 89.00 | 84.45 | 86.73 |
MBPP (sanitized) 3-shot | MBPP+ 0-shot | HumanEval 0-shot | HumanEval+ 0-shot |
---|---|---|---|
77.82 | 67.20 | 60.37 | 54.27 |
GSM8K 8-shot CoT | MATH 4-shot CoT | MATH-Lvl 5 4-shot CoT | MATH-500 4-shot CoT |
---|---|---|---|
93.71 | 59.42 | 35.19 | 57.37 |
MMLU-Pro 5-shot CoT | MMLU 5-shot |
---|---|
60.51 | 84.21 |
The model was trained on data that contains toxic language, unsafe content, 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. The model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
The model demonstrates weakness to indirect prompt injection via some encodings, including Base16, Hex/ASCII, and Braille, though is more resilient than other similar models to injections using the more common Base64 vector.
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
For more detailed information on ethical considerations for this model, please see the Responsible Use Guide available at http://nvidia.com/nemotron-responsible-use.
Please report security vulnerabilities or NVIDIA AI Concerns here.