jiaqiz commited on
Commit
90a7335
·
1 Parent(s): 3551df2

update README.md

Browse files

Signed-off-by: Jiaqi Zeng <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
 
19
  ## Model Overview
20
 
21
- *![][image1]*
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
- ![][image2]
34
 
35
  This model is part of the Llama Nemotron Collection. You can find the other model(s) in this family here:
36
 
 
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
 
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