stoshniwal commited on
Commit
3f093ed
1 Parent(s): 872b01e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,7 +42,7 @@ See our [paper](https://arxiv.org/abs/2410.01560) to learn more details!
42
  Our models are trained with the same "chat format" as Llama3.1-instruct models (same system/user/assistant tokens).
43
  Please note that these models have NOT been instruction-tuned on general data and thus might not provide good answers outside of the math domain.
44
 
45
- We recommend using [instructions in our repo](https://github.com/NVIDIA/NeMo-Skills/blob/main/docs/basics/inference.md) to run inference with these models, but here is
46
  an example of how to do it through transformers api:
47
 
48
  ```python
@@ -74,7 +74,7 @@ print(outputs[0]["generated_text"][-1]['content'])
74
 
75
  # Reproducing our results
76
 
77
- We provide [all instructions](https://github.com/NVIDIA/NeMo-Skills/blob/main/docs/openmathinstruct2/index.md) to fully reproduce our results.
78
 
79
  ## Citation
80
 
 
42
  Our models are trained with the same "chat format" as Llama3.1-instruct models (same system/user/assistant tokens).
43
  Please note that these models have NOT been instruction-tuned on general data and thus might not provide good answers outside of the math domain.
44
 
45
+ We recommend using [instructions in our repo](https://nvidia.github.io/NeMo-Skills/basics/inference/) to run inference with these models, but here is
46
  an example of how to do it through transformers api:
47
 
48
  ```python
 
74
 
75
  # Reproducing our results
76
 
77
+ We provide [all instructions](https://nvidia.github.io/NeMo-Skills/openmathinstruct2/) to fully reproduce our results.
78
 
79
  ## Citation
80