okuchaiev commited on
Commit
4182b3f
1 Parent(s): 4475923

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -33
README.md CHANGED
@@ -117,38 +117,7 @@ Pre-requisite: You would need at least a machine with 4 40GB or 2 80GB NVIDIA GP
117
  python scripts/deploy/nlp/query_inframework.py -mn nemotron -p "How many r in strawberry?" -mol 1024
118
  ```
119
 
120
-
121
-
122
-
123
-
124
- ## Contact
125
-
126
- E-Mail: [Zhilin Wang](mailto:[email protected])
127
-
128
-
129
- ## Citation
130
-
131
- If you find this model useful, please cite the following works
132
-
133
- ```bibtex
134
- @misc{wang2024helpsteer2preferencecomplementingratingspreferences,
135
- title={HelpSteer2-Preference: Complementing Ratings with Preferences},
136
- author={Zhilin Wang and Alexander Bukharin and Olivier Delalleau and Daniel Egert and Gerald Shen and Jiaqi Zeng and Oleksii Kuchaiev and Yi Dong},
137
- year={2024},
138
- eprint={2410.01257},
139
- archivePrefix={arXiv},
140
- primaryClass={cs.LG},
141
- url={https://arxiv.org/abs/2410.01257},
142
- }
143
- @misc{wang2024helpsteer2,
144
- title={HelpSteer2: Open-source dataset for training top-performing reward models},
145
- author={Zhilin Wang and Yi Dong and Olivier Delalleau and Jiaqi Zeng and Gerald Shen and Daniel Egert and Jimmy J. Zhang and Makesh Narsimhan Sreedhar and Oleksii Kuchaiev},
146
- year={2024},
147
- eprint={2406.08673},
148
- archivePrefix={arXiv},
149
- primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
150
- }
151
- ```
152
 
153
  ## References(s):
154
 
@@ -190,6 +159,8 @@ v1.0
190
 
191
  # Training & Evaluation:
192
 
 
 
193
  ## Datasets:
194
 
195
  **Data Collection Method by dataset** <br>
@@ -214,4 +185,20 @@ v1.0
214
  ## Ethical Considerations:
215
  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. For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards. Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
216
 
217
- Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  python scripts/deploy/nlp/query_inframework.py -mn nemotron -p "How many r in strawberry?" -mol 1024
118
  ```
119
 
120
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
  ## References(s):
123
 
 
159
 
160
  # Training & Evaluation:
161
 
162
+ ** REINFORCE implemented in NeMo Aligner
163
+
164
  ## Datasets:
165
 
166
  **Data Collection Method by dataset** <br>
 
185
  ## Ethical Considerations:
186
  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. For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards. Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
187
 
188
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
189
+
190
+ ## Citation
191
+
192
+ If you find this model useful, please cite the following works
193
+
194
+ ```bibtex
195
+ @misc{wang2024helpsteer2preferencecomplementingratingspreferences,
196
+ title={HelpSteer2-Preference: Complementing Ratings with Preferences},
197
+ author={Zhilin Wang and Alexander Bukharin and Olivier Delalleau and Daniel Egert and Gerald Shen and Jiaqi Zeng and Oleksii Kuchaiev and Yi Dong},
198
+ year={2024},
199
+ eprint={2410.01257},
200
+ archivePrefix={arXiv},
201
+ primaryClass={cs.LG},
202
+ url={https://arxiv.org/abs/2410.01257},
203
+ }
204
+ ```