stoshniwal
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ The model outperforms [Llama3.1-8B-Instruct](https://huggingface.co/meta-llama/L
|
|
50 |
|
51 |
The pipeline we used to produce the data and models is fully open-sourced!
|
52 |
|
53 |
-
- [Code](https://github.com/
|
54 |
- [Models](https://huggingface.co/collections/nvidia/openmath-2-66fb142317d86400783d2c7b)
|
55 |
- [Dataset](https://huggingface.co/datasets/nvidia/OpenMathInstruct-2)
|
56 |
|
@@ -63,12 +63,12 @@ Please note that these models have not been instruction tuned on general data an
|
|
63 |
|
64 |
This is a NeMo checkpoint, so you need to use [NeMo Framework](https://github.com/NVIDIA/NeMo) to run inference or finetune it.
|
65 |
We also release a [HuggingFace checkpoint](https://huggingface.co/nvidia/OpenMath2-Llama3.1-8B) and provide easy instructions on how to
|
66 |
-
[convert between different formats](https://github.com/
|
67 |
-
[run inference](https://github.com/
|
68 |
|
69 |
# Reproducing our results
|
70 |
|
71 |
-
We provide [all instructions](https://github.com/
|
72 |
|
73 |
## Citation
|
74 |
|
|
|
50 |
|
51 |
The pipeline we used to produce the data and models is fully open-sourced!
|
52 |
|
53 |
+
- [Code](https://github.com/NVIDIA/NeMo-Skills)
|
54 |
- [Models](https://huggingface.co/collections/nvidia/openmath-2-66fb142317d86400783d2c7b)
|
55 |
- [Dataset](https://huggingface.co/datasets/nvidia/OpenMathInstruct-2)
|
56 |
|
|
|
63 |
|
64 |
This is a NeMo checkpoint, so you need to use [NeMo Framework](https://github.com/NVIDIA/NeMo) to run inference or finetune it.
|
65 |
We also release a [HuggingFace checkpoint](https://huggingface.co/nvidia/OpenMath2-Llama3.1-8B) and provide easy instructions on how to
|
66 |
+
[convert between different formats](https://github.com/NVIDIA/NeMo-Skills/blob/main/docs/pipelines/checkpoint-conversion.md) or
|
67 |
+
[run inference](https://github.com/NVIDIA/NeMo-Skills/blob/main/docs/basics/inference.md) with these models using our codebase.
|
68 |
|
69 |
# Reproducing our results
|
70 |
|
71 |
+
We provide [all instructions](https://github.com/NVIDIA/NeMo-Skills/blob/main/docs/openmathinstruct2/index.md) to fully reproduce our results.
|
72 |
|
73 |
## Citation
|
74 |
|