Chris-Alexiuk commited on
Commit
91bab5c
·
verified ·
1 Parent(s): 5d832c0

Update Model Card

Browse files
Files changed (1) hide show
  1. README.md +15 -95
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
 
19
  ## Model Overview
20
 
21
- ![Accuracy](accuracy_plot.png)
22
 
23
  Llama-3.1-Nemotron-Ultra-253B-v1 is a large language model (LLM) which is a derivative of [Meta Llama-3.1-405B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct) (AKA the *reference model*). It is a reasoning model that is post trained for reasoning, human chat preferences, and tasks, such as RAG and tool calling. The model supports a context length of 128K tokens. This model fits on a single 8xH100 node for inference.
24
 
@@ -30,7 +30,7 @@ This model is ready for commercial use.
30
 
31
  For more details on how the model was trained, please see [this blog](https://developer.nvidia.com/blog/build-enterprise-ai-agents-with-advanced-open-nvidia-llama-nemotron-reasoning-models/).
32
 
33
- ![Training Process](training_flowchart.png)
34
 
35
  This model is part of the Llama Nemotron Collection. You can find the other model(s) in this family here:
36
 
@@ -63,8 +63,8 @@ Developers designing AI Agent systems, chatbots, RAG systems, and other AI-power
63
  **Architecture Type:** Dense decoder-only Transformer model
64
  **Network Architecture:** Llama-3.1-405B-Instruct, customized through Neural Architecture Search (NAS)
65
 
66
- **This model was developed based on Llama-3.1-405B-Instruct
67
- ** This model has 253B model parameters.
68
 
69
  The model is a derivative of Llama 3.1-405B-Instruct, using Neural Architecture Search (NAS). The NAS algorithm results in non-standard and non-repetitive blocks. This includes the following:
70
 
@@ -93,9 +93,9 @@ Llama-3.1-Nemotron-Ultra-253B-v1 is a general purpose reasoning and chat model i
93
  ## Software Integration
94
  - **Runtime Engine:** Transformers
95
  - **Recommended Hardware Microarchitecture Compatibility:**
96
- - NVIDIA Hopper
97
- - NVIDIA Ampere
98
- -**\[Preferred/Supported\] Operating System(s):** Linux \<br\>
99
 
100
  ## Model Version
101
  1.0 (3/18/2025)
@@ -172,11 +172,11 @@ print(pipeline([{"role": "system", "content": f"detailed thinking {thinking}"},{
172
  - Transformers
173
 
174
  **Test Hardware:**
175
- - BF16:
176
- - 8x NVIDIA H100-80GB
177
- - 4x NVIDIA B100
178
- - FP 8
179
- - 4x NVIDIA H100-80GB
180
 
181
  ## Training and Evaluation Datasets
182
 
@@ -322,86 +322,6 @@ User Prompt Template:
322
 
323
  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.
324
 
325
- For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards \[Insert Link to Model Card++ here\].
326
-
327
- Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
328
-
329
- ## Subcards:
330
-
331
- # **Bias**
332
-
333
- |Field:|Response:|
334
- |:---:|:---:|
335
- |Participation considerations from adversely impacted groups (protected classes) in model design and testing:|None|
336
- |Measures taken to mitigate against unwanted bias:|None|
337
-
338
- | Field: | Response: |
339
- | :---- | :---- |
340
- | Participation considerations from adversely impacted groups [(protected classes)](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None |
341
- | Measures taken to mitigate against unwanted bias: | None |
342
-
343
- # **Explainability**
344
-
345
- |Field:|Response:|
346
- |:---:|:---:|
347
- |Intended Application(s) & Domain(s):| Text generation, reasoning, summarization, and question answering. |
348
- |Model Type: |Text-to-text transformer |
349
- |Intended Users:|This model is intended for developers, researchers, and customers building/utilizing LLMs, while balancing accuracy and efficiency.|
350
- |Output:|Text String(s)|
351
- |Describe how the model works:|Generates text by predicting the next word or token based on the context provided in the input sequence using multiple self-attention layers|
352
- |Technical Limitations:| 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.\<br/\>The model demonstrates weakness to alignment-breaking attacks. Users are advised to deploy language model guardrails alongside this model to prevent potentially harmful outputs.\<br/\>The Model may generate answers that are inaccurate, omit key information, or include irrelevant or redundant text.|
353
- |Verified to have met prescribed quality standards?|Yes|
354
- |Performance Metrics:|Accuracy, Throughput, and user-side throughput|
355
- |Potential Known Risks:|The model was optimized explicitly for instruction following and as such is more susceptible to prompt injection and jailbreaking in various forms as a result of its instruction tuning. This means that the model should be paired with additional rails or system filtering to limit exposure to instructions from malicious sources -- either directly or indirectly by retrieval (e.g. via visiting a website) -- as they may yield outputs that can lead to harmful, system-level outcomes up to and including remote code execution in agentic systems when effective security controls including guardrails are not in place.\<br/\>The 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. 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.|
356
- |End User License Agreement:| Your use of this model is governed by the \[NVIDIA Open Model License\](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: \[Llama 3.1 Community License Agreement\](https://www.llama.com/llama3\_1/license/). Built with Llama. |
357
-
358
- | Field: | Response: |
359
- | :---- | :---- |
360
- | Intended Application(s) & Domain(s): | Text generation, reasoning, summarization, and question answering. |
361
- | Model Type: | Text-to-text transformer |
362
- | Intended Users: | This model is intended for developers, researchers, and customers building/utilizing LLMs, while balancing accuracy and efficiency. |
363
- | Output: | Text String(s) |
364
- | Describe how the model works: | Generates text by predicting the next word or token based on the context provided in the input sequence using multiple self-attention layers. |
365
- | Technical Limitations: | 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 alignment-breaking attacks. Users are advised to deploy language model guardrails alongside this model to prevent potentially harmful outputs. The Model may generate answers that are inaccurate, omit key information, or include irrelevant or redundant text. |
366
- | Verified to have met prescribed quality standards? | Yes |
367
- | Performance Metrics: | Accuracy, Throughput, and user-side throughput |
368
- | Potential Known Risks: | The model was optimized explicitly for instruction following and as such is more susceptible to prompt injection and jailbreaking in various forms as a result of its instruction tuning. This means that the model should be paired with additional rails or system filtering to limit exposure to instructions from malicious sources -- either directly or indirectly by retrieval (e.g. via visiting a website) -- as they may yield outputs that can lead to harmful, system-level outcomes up to and including remote code execution in agentic systems when effective security controls including guardrails are not in place. The 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. 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. |
369
- | End User License Agreement: | Your use of this model is governed by the \[NVIDIA Open Model License\](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: \[Llama 3.1 Community License Agreement\](https://www.llama.com/llama3\_1/license/). Built with Llama. |
370
-
371
- # **Privacy**
372
-
373
- |Field:|Response:|
374
- |:---:|:---:|
375
- |Generatable or Reverse engineerable personally-identifiable information?|None|
376
- |Was consent obtained for any personal data used?|None Known|
377
- |Personal data used to create this model?|None Known|
378
- |How often is dataset reviewed?|Before Release|
379
- |Is there provenance for all datasets used in training?|Yes|
380
- |Does data labeling (annotation, metadata) comply with privacy laws?|Yes|
381
- |Applicable NVIDIA Privacy Policy|https://www.nvidia.com/en-us/about-nvidia/privacy-policy/|
382
-
383
- | Field: | Response: |
384
- | :---- | :---- |
385
- | Generatable or Reverse engineerable personal data? | None |
386
- | Was consent obtained for any personal data used? | None Known |
387
- | Personal data used to create this model? | None Known |
388
- | How often is dataset reviewed? | Before Release |
389
- | Is there provenance for all datasets used in training? | Yes |
390
- | Does data labeling (annotation, metadata) comply with privacy laws? | Yes |
391
- | Applicable NVIDIA Privacy Policy | [https://www.nvidia.com/en-us/about-nvidia/privacy-policy/](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/) |
392
-
393
- # **Safety & Security**
394
-
395
- |Field:|Response:|
396
- |:---:|:---:|
397
- |Model Application(s):|Chat, Instruction Following, Chatbot Development, Code Generation, Reasoning|
398
- |Describe life critical application (if present):|None Known (please see referenced Known Risks in the Explainability subcard).|
399
- |Use Case Restrictions:|Abide by the \[NVIDIA Open Model License\](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: \[Llama 3.1 Community License Agreement\](https://www.llama.com/llama3\_1/license/). Built with Llama.|
400
- |Model and Dataset Restrictions:|The Principle of least privilege (PoLP) is applied limiting access for dataset generation. Restrictions enforce dataset access during training, and dataset license constraints adhered to. Model checkpoints are made available on Hugging Face and NGC, and may become available on cloud providers' model catalog.|
401
-
402
- | Field: | Response: |
403
- | :---- | :---- |
404
- | Model Application(s): | Chat, Instruction Following, Chatbot Development, Code Generation, Reasoning |
405
- | Describe life critical application (if present): | None Known (please see referenced Known Risks in the Explainability subcard). |
406
- | Use Case Restrictions: | Abide by the \[NVIDIA Open Model License\](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: \[Llama 3.1 Community License Agreement\](https://www.llama.com/llama3\_1/license/). Built with Llama. |
407
- | Model and Dataset Restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation. Restrictions enforce dataset access during training, and dataset license constraints adhered to. Model checkpoints are made available on Hugging Face and NGC, and may become available on cloud providers' model catalog. |
 
18
 
19
  ## Model Overview
20
 
21
+ ![Accuracy Plot](./accuracy_plot.png)
22
 
23
  Llama-3.1-Nemotron-Ultra-253B-v1 is a large language model (LLM) which is a derivative of [Meta Llama-3.1-405B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct) (AKA the *reference model*). It is a reasoning model that is post trained for reasoning, human chat preferences, and tasks, such as RAG and tool calling. The model supports a context length of 128K tokens. This model fits on a single 8xH100 node for inference.
24
 
 
30
 
31
  For more details on how the model was trained, please see [this blog](https://developer.nvidia.com/blog/build-enterprise-ai-agents-with-advanced-open-nvidia-llama-nemotron-reasoning-models/).
32
 
33
+ ![Training Flow](./training_flowchart.png)
34
 
35
  This model is part of the Llama Nemotron Collection. You can find the other model(s) in this family here:
36
 
 
63
  **Architecture Type:** Dense decoder-only Transformer model
64
  **Network Architecture:** Llama-3.1-405B-Instruct, customized through Neural Architecture Search (NAS)
65
 
66
+ **This model was developed based on Llama-3.1-405B-Instruct <br>
67
+ ** This model has 253B model parameters. <br>
68
 
69
  The model is a derivative of Llama 3.1-405B-Instruct, using Neural Architecture Search (NAS). The NAS algorithm results in non-standard and non-repetitive blocks. This includes the following:
70
 
 
93
  ## Software Integration
94
  - **Runtime Engine:** Transformers
95
  - **Recommended Hardware Microarchitecture Compatibility:**
96
+ - NVIDIA Hopper
97
+ - NVIDIA Ampere
98
+ - **Preferred Operating System(s):** Linux
99
 
100
  ## Model Version
101
  1.0 (3/18/2025)
 
172
  - Transformers
173
 
174
  **Test Hardware:**
175
+ - BF16:
176
+ - 8x NVIDIA H100-80GB
177
+ - 4x NVIDIA B100
178
+ - FP 8
179
+ - 4x NVIDIA H100-80GB
180
 
181
  ## Training and Evaluation Datasets
182
 
 
322
 
323
  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.
324
 
325
+ For more detailed information on ethical considerations for this model, please see the Model Card++ [Explainability](./EXPLAINABILITY.md), [Bias](./BIAS.md), [Safety & Security](./SAFETY&SECURITY.md), and [Privacy](./PRIVACY.md) Subcards.
326
+
327
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).