Update README.md
Browse files
README.md
CHANGED
@@ -20,13 +20,13 @@ tags:
|
|
20 |
|
21 |
Llama-3.3-Nemotron-Super-49B-v1 is a large language model (LLM) which is a derivative of [Meta Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-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.
|
22 |
|
23 |
-
Llama-3.3-Nemotron-Super-49B-v1 is a model which offers a great tradeoff between model accuracy and efficiency. Efficiency (throughput) directly translates to savings. Using a novel Neural Architecture Search (NAS) approach, we greatly reduce the model’s memory footprint, enabling larger workloads, as well as fitting the model on a single GPU at high workloads (
|
24 |
|
25 |
The model underwent a multi-phase post-training process to enhance both its reasoning and non-reasoning capabilities. This includes a supervised fine-tuning stage for Math, Code, Reasoning, and Tool Calling as well as multiple reinforcement learning (RL) stages using REINFORCE (RLOO) and Online Reward-aware Preference Optimization (RPO) algorithms for both chat and instruction-following. The final model checkpoint is obtained after merging the final SFT and Online RPO checkpoints. 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/).
|
26 |
![][image1]
|
27 |
|
28 |
This model is part of the Llama Nemotron Collection. You can find the other model(s) in this family here:
|
29 |
-
- [Llama-
|
30 |
|
31 |
This model is ready for commercial use.
|
32 |
|
@@ -156,7 +156,7 @@ print(pipeline([{"role": "system", "content": f"detailed thinking {thinking}"},{
|
|
156 |
- Transformers
|
157 |
|
158 |
**Test Hardware:**
|
159 |
-
- FP8: 1x NVIDIA H100-80GB GPU
|
160 |
- BF16:
|
161 |
- 2x NVIDIA H100-80GB
|
162 |
- 2x NVIDIA A100-80GB GPUs
|
|
|
20 |
|
21 |
Llama-3.3-Nemotron-Super-49B-v1 is a large language model (LLM) which is a derivative of [Meta Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-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.
|
22 |
|
23 |
+
Llama-3.3-Nemotron-Super-49B-v1 is a model which offers a great tradeoff between model accuracy and efficiency. Efficiency (throughput) directly translates to savings. Using a novel Neural Architecture Search (NAS) approach, we greatly reduce the model’s memory footprint, enabling larger workloads, as well as fitting the model on a single GPU at high workloads (H200). This NAS approach enables the selection of a desired point in the accuracy-efficiency tradeoff.
|
24 |
|
25 |
The model underwent a multi-phase post-training process to enhance both its reasoning and non-reasoning capabilities. This includes a supervised fine-tuning stage for Math, Code, Reasoning, and Tool Calling as well as multiple reinforcement learning (RL) stages using REINFORCE (RLOO) and Online Reward-aware Preference Optimization (RPO) algorithms for both chat and instruction-following. The final model checkpoint is obtained after merging the final SFT and Online RPO checkpoints. 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/).
|
26 |
![][image1]
|
27 |
|
28 |
This model is part of the Llama Nemotron Collection. You can find the other model(s) in this family here:
|
29 |
+
- [Llama-3.1-Nemotron-Nano-8B-v1](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1)
|
30 |
|
31 |
This model is ready for commercial use.
|
32 |
|
|
|
156 |
- Transformers
|
157 |
|
158 |
**Test Hardware:**
|
159 |
+
- FP8: 1x NVIDIA H100-80GB GPU (Coming Soon!)
|
160 |
- BF16:
|
161 |
- 2x NVIDIA H100-80GB
|
162 |
- 2x NVIDIA A100-80GB GPUs
|