zhilinw commited on
Commit
4cbfe69
·
verified ·
1 Parent(s): 47a9a5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -26
README.md CHANGED
@@ -30,10 +30,38 @@ As of 15 May 2025, this model achieves the highest [JudgeBench](https://huggingf
30
 
31
  See details on how this model was trained at [https://arxiv.org/abs/2505.11475](https://arxiv.org/abs/2505.11475)
32
 
 
 
33
  ## License/Terms of Use:
34
 
35
  GOVERNING TERMS: 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.3 Community License Agreement](https://www.llama.com/llama3_3/license/). Built with Llama.
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## RM-Bench LeaderBoard
38
 
39
  As of 15 May 2025, our reward models trained with HelpSteer3-Preference are the top performing Bradley-Terry reward models on [RM-Bench](https://arxiv.org/abs/2410.16184), an improved variant of RewardBench for evaluating Reward Models in Chat, Math, Code and Safety.
@@ -63,32 +91,11 @@ As of 15 May 2025, our reward models trained with HelpSteer3-Preference are the
63
  *Note that Skywork-Reward-Gemma-2-27B was the best performing reward model reported on JudgeBench and we evaluated all other models.*
64
 
65
 
66
- ## Use Case:
67
-
68
- Llama-3.3-Nemotron-70B-Reward labels an LLM-generated response to a user query with a reward score.
69
-
70
- ## Release Date:
71
-
72
- 05/30/2025
73
-
74
-
75
- ## References:
76
-
77
- * [HelpSteer3-Preference](https://arxiv.org/abs/2505.11475)
78
- * [HelpSteer2-Preference](https://arxiv.org/abs/2410.01257)
79
- * [SteerLM method](https://arxiv.org/abs/2310.05344)
80
- * [HelpSteer](https://arxiv.org/abs/2311.09528)
81
- * [HelpSteer2](https://arxiv.org/abs/2406.08673)
82
- * [The future of AI: Built with Llama](https://ai.meta.com/blog/future-of-ai-built-with-llama/)
83
- * [Meta's Llama 3.3 Webpage](https://www.llama.com/docs/model-cards-and-prompt-formats/llama3_3)
84
- * [Meta's Llama 3.3 Model Card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md)
85
-
86
-
87
  ## Model Architecture:
88
  **Architecture Type:** Transformer <br>
89
  **Network Architecture:** Llama 3.3 <br>
90
 
91
- We developed this model using Llama-3.3-70B-Instruct as its foundation. This model contains 70 billion parameters.
92
 
93
  ## Input:
94
  **Input Type(s):** Text <br>
@@ -102,6 +109,8 @@ We developed this model using Llama-3.3-70B-Instruct as its foundation. This mod
102
  **Output Parameters:** One-Dimensional (1D) <br>
103
  **Other Properties Related to Output:** The float value represents the quality of the response, with a higher value representing higher quality. <br>
104
 
 
 
105
  ## Software Integration:
106
  **Runtime Engine(s):** <br>
107
  * [NeMo - 24.05.llama.3.1] <br>
@@ -109,7 +118,7 @@ We developed this model using Llama-3.3-70B-Instruct as its foundation. This mod
109
  **Supported Hardware Microarchitecture Compatibility:** <br>
110
  * NVIDIA Ampere <br>
111
  * NVIDIA Hopper <br>
112
- * NVIDIA Turing
113
 
114
  **Supported Operating System(s):** Linux <br>
115
 
@@ -117,7 +126,7 @@ We developed this model using Llama-3.3-70B-Instruct as its foundation. This mod
117
 
118
  You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs (NVIDIA Ampere or newer) with at least 150GB of free disk space to accomodate the download.
119
 
120
- This code has been tested on Transformers v4.45.0, torch v2.3.0a0+40ec155e58.nv24.3 and 2 A100 80GB GPUs, but any setup that supports meta-llama/Llama-3.1-70B-Instruct should support this model as well. If you run into problems, you can consider doing pip install -U transformers.
121
 
122
  ```python
123
  import torch
@@ -148,7 +157,7 @@ for response in [good_response, bad_response]:
148
  ## Model Version:
149
  v1.0
150
 
151
- # Training and Testing Datasets:
152
 
153
  ## Training Datasets:
154
 
@@ -178,14 +187,44 @@ v1.0
178
  **Properties:** <br>
179
  * 1,614 prompts, each with a pair of responses as well as human preferences between the pair of responses.
180
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
  # Inference:
183
- **Engine:** [Triton](https://developer.nvidia.com/triton-inference-server) <br>
184
  **Test Hardware:** H100, A100 80GB, A100 40GB <br>
185
 
186
 
187
  ## Ethical Considerations:
188
  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 supporting model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
 
 
189
  Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
190
 
191
  ## Citation
 
30
 
31
  See details on how this model was trained at [https://arxiv.org/abs/2505.11475](https://arxiv.org/abs/2505.11475)
32
 
33
+ This model is ready for commercial/non-commercial use.
34
+
35
  ## License/Terms of Use:
36
 
37
  GOVERNING TERMS: 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.3 Community License Agreement](https://www.llama.com/llama3_3/license/). Built with Llama.
38
 
39
+
40
+ ### Deployment Geography
41
+
42
+ Global
43
+
44
+ ## Use Case:
45
+
46
+ Llama-3.3-Nemotron-70B-Reward labels an LLM-generated response to a user query with a reward score.
47
+
48
+ ## Release Date:
49
+
50
+ HuggingFace 06/27/2025 via https://huggingface.co/nvidia/Llama-3.3-Nemotron-70B-Reward
51
+
52
+ ## References:
53
+
54
+ * [HelpSteer3-Preference](https://arxiv.org/abs/2505.11475)
55
+ * [HelpSteer2-Preference](https://arxiv.org/abs/2410.01257)
56
+ * [SteerLM method](https://arxiv.org/abs/2310.05344)
57
+ * [HelpSteer](https://arxiv.org/abs/2311.09528)
58
+ * [HelpSteer2](https://arxiv.org/abs/2406.08673)
59
+ * [The future of AI: Built with Llama](https://ai.meta.com/blog/future-of-ai-built-with-llama/)
60
+ * [Meta's Llama 3.3 Webpage](https://www.llama.com/docs/model-cards-and-prompt-formats/llama3_3)
61
+ * [Meta's Llama 3.3 Model Card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md)
62
+
63
+
64
+
65
  ## RM-Bench LeaderBoard
66
 
67
  As of 15 May 2025, our reward models trained with HelpSteer3-Preference are the top performing Bradley-Terry reward models on [RM-Bench](https://arxiv.org/abs/2410.16184), an improved variant of RewardBench for evaluating Reward Models in Chat, Math, Code and Safety.
 
91
  *Note that Skywork-Reward-Gemma-2-27B was the best performing reward model reported on JudgeBench and we evaluated all other models.*
92
 
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ## Model Architecture:
95
  **Architecture Type:** Transformer <br>
96
  **Network Architecture:** Llama 3.3 <br>
97
 
98
+ We developed this model using [Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) as its foundation. This model contains 70 billion parameters.
99
 
100
  ## Input:
101
  **Input Type(s):** Text <br>
 
109
  **Output Parameters:** One-Dimensional (1D) <br>
110
  **Other Properties Related to Output:** The float value represents the quality of the response, with a higher value representing higher quality. <br>
111
 
112
+ 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. <br>
113
+
114
  ## Software Integration:
115
  **Runtime Engine(s):** <br>
116
  * [NeMo - 24.05.llama.3.1] <br>
 
118
  **Supported Hardware Microarchitecture Compatibility:** <br>
119
  * NVIDIA Ampere <br>
120
  * NVIDIA Hopper <br>
121
+ * NVIDIA Turing <br>
122
 
123
  **Supported Operating System(s):** Linux <br>
124
 
 
126
 
127
  You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs (NVIDIA Ampere or newer) with at least 150GB of free disk space to accomodate the download.
128
 
129
+ This code has been tested on Transformers v4.45.0, torch v2.3.0a0+40ec155e58.nv24.3 and 2 H100 80GB GPUs, but any setup that supports meta-llama/Llama-3.1-70B-Instruct should support this model as well. If you run into problems, you can consider doing pip install -U transformers.
130
 
131
  ```python
132
  import torch
 
157
  ## Model Version:
158
  v1.0
159
 
160
+ # Training, Testing and Evaluation Datasets:
161
 
162
  ## Training Datasets:
163
 
 
187
  **Properties:** <br>
188
  * 1,614 prompts, each with a pair of responses as well as human preferences between the pair of responses.
189
 
190
+ ## Evaluation Datasets
191
+
192
+ **Dataset Name:** RM-Bench <br>
193
+ **Dataset Link:** https://huggingface.co/datasets/THU-KEG/RM-Bench
194
+
195
+ **Data Collection Method by dataset** <br>
196
+ * [Hybrid: Human, Synthetic] <br>
197
+
198
+ **Labeling Method by dataset** <br>
199
+ * [Hybrid: Human, Synthetic] <br>
200
+
201
+ **Properties:** <br>
202
+ * 1,327 prompts, each with three pairs of responses as well as preferences between the pair of responses.
203
+
204
+
205
+ **Dataset Name:** JudgeBench <br>
206
+ **Dataset Link:** https://huggingface.co/datasets/ScalerLab/JudgeBench
207
+
208
+ **Data Collection Method by dataset** <br>
209
+ * [Hybrid: Human, Synthetic] <br>
210
+
211
+ **Labeling Method by dataset** <br>
212
+ * [Hybrid: Human, Synthetic] <br>
213
+
214
+ **Properties:** <br>
215
+ * 350 prompts, each with a pair of responses as well as preferences between the pair of responses.
216
+
217
+
218
 
219
  # Inference:
220
+ **Engine:** PyTorch <br>
221
  **Test Hardware:** H100, A100 80GB, A100 40GB <br>
222
 
223
 
224
  ## Ethical Considerations:
225
  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 supporting model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
226
+ For more detailed information on ethical considerations for this model, please see the Model Card++ [Explainability](explainability.md), [Bias](bias.md), [Safety & Security](safety.md), and [Privacy](privacy.md) Subcards.
227
+
228
  Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
229
 
230
  ## Citation