stoshniwal commited on
Commit
4187cd2
·
verified ·
1 Parent(s): ac6a92f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -51,7 +51,7 @@ The model outperforms [Llama3.1-8B-Instruct](https://huggingface.co/meta-llama/L
51
 
52
  The pipeline we used to produce the data and models is fully open-sourced!
53
 
54
- - [Code](https://github.com/Kipok/NeMo-Skills)
55
  - [Models](https://huggingface.co/collections/nvidia/openmath-2-66fb142317d86400783d2c7b)
56
  - [Dataset](https://huggingface.co/datasets/nvidia/OpenMathInstruct-2)
57
 
@@ -62,7 +62,7 @@ See our [paper](https://arxiv.org/abs/2410.01560) to learn more details!
62
  Our models are trained with the same "chat format" as Llama3.1-instruct models (same system/user/assistant tokens).
63
  Please note that these models have not been instruction tuned on general data and thus might not provide good answers outside of math domain.
64
 
65
- We recommend using [instructions in our repo](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md) to run inference with these models, but here is
66
  an example of how to do it through transformers api:
67
 
68
  ```python
@@ -94,7 +94,7 @@ print(outputs[0]["generated_text"][-1]['content'])
94
 
95
  # Reproducing our results
96
 
97
- We provide [all instructions](https://github.com/Kipok/NeMo-Skills/blob/main/docs/reproducing-results.md) to fully reproduce our results.
98
 
99
  ## Citation
100
 
 
51
 
52
  The pipeline we used to produce the data and models is fully open-sourced!
53
 
54
+ - [Code](https://github.com/NVIDIA/NeMo-Skills)
55
  - [Models](https://huggingface.co/collections/nvidia/openmath-2-66fb142317d86400783d2c7b)
56
  - [Dataset](https://huggingface.co/datasets/nvidia/OpenMathInstruct-2)
57
 
 
62
  Our models are trained with the same "chat format" as Llama3.1-instruct models (same system/user/assistant tokens).
63
  Please note that these models have not been instruction tuned on general data and thus might not provide good answers outside of math domain.
64
 
65
+ 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
66
  an example of how to do it through transformers api:
67
 
68
  ```python
 
94
 
95
  # Reproducing our results
96
 
97
+ We provide [all instructions](https://github.com/NVIDIA/NeMo-Skills/blob/main/docs/openmathinstruct2/index.md) to fully reproduce our results.
98
 
99
  ## Citation
100