igitman commited on
Commit
300dd32
1 Parent(s): 1f1b5f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -83,6 +83,8 @@ The pipeline we used to produce these models is fully open-sourced!
83
  - [Models](https://huggingface.co/collections/nvidia/openmath-65c5619de2ba059be0775014)
84
  - [Dataset](https://huggingface.co/datasets/nvidia/OpenMathInstruct-1)
85
 
 
 
86
  # How to use the models?
87
 
88
  Try to [run inference with our models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md) with just a few commands!
@@ -109,7 +111,14 @@ offering enterprises an easy, cost-effective, and fast way to adopt generative A
109
 
110
  If you find our work useful, please consider citing us!
111
 
112
- TODO
 
 
 
 
 
 
 
113
 
114
  # License
115
 
 
83
  - [Models](https://huggingface.co/collections/nvidia/openmath-65c5619de2ba059be0775014)
84
  - [Dataset](https://huggingface.co/datasets/nvidia/OpenMathInstruct-1)
85
 
86
+ See our [paper](https://arxiv.org/abs/2402.10176) for more details!
87
+
88
  # How to use the models?
89
 
90
  Try to [run inference with our models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md) with just a few commands!
 
111
 
112
  If you find our work useful, please consider citing us!
113
 
114
+ ```bibtex
115
+ @article{toshniwal2024openmath,
116
+ title = {OpenMathInstruct-1: A 1.8 Million Math Instruction Tuning Dataset},
117
+ author = {Shubham Toshniwal and Ivan Moshkov and Sean Narenthiran and Daria Gitman and Fei Jia and Igor Gitman},
118
+ year = {2024},
119
+ journal = {arXiv preprint arXiv: Arxiv-2402.10176}
120
+ }
121
+ ```
122
 
123
  # License
124