stoshniwal commited on
Commit
42dfa9d
·
verified ·
1 Parent(s): 060aab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -121,7 +121,8 @@ To learn how to use the models in GenSelect mode see our [documentation](https:/
121
  To use the model with GenSelect inference, we recommend following our
122
  [reference implementation in NeMo-Skills](https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/pipeline/genselect.py).
123
  Alternatively, you can manually extract the summary from all solutions and use this
124
- [prompt](https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/prompt/config/openmath/genselect.yaml) for the math problems.
 
125
  We will add the prompt we used for the coding problems and a reference implementation soon!
126
 
127
  You can learn more about GenSelect in these papers:
 
121
  To use the model with GenSelect inference, we recommend following our
122
  [reference implementation in NeMo-Skills](https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/pipeline/genselect.py).
123
  Alternatively, you can manually extract the summary from all solutions and use this
124
+ [prompt](https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/prompt/config/openmath/genselect.yaml) for the math problems.
125
+ We have added [a simple transformer-based script](https://huggingface.co/nvidia/OpenReasoning-Nemotron-1.5B/blob/main/genselect_hf.py) in this repo to illustrate GenSelect.
126
  We will add the prompt we used for the coding problems and a reference implementation soon!
127
 
128
  You can learn more about GenSelect in these papers: