amanrangapur
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -112,7 +112,7 @@ For more documentation, see the [GitHub readme](https://github.com/allenai/OLMo?
|
|
112 |
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
113 |
- Evaluation code: https://github.com/allenai/OLMo-Eval
|
114 |
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
115 |
-
- **Paper:**
|
116 |
<!-- - **Technical blog post:** https://blog.allenai.org/olmo-1-7-7b-a-24-point-improvement-on-mmlu-92b43f7d269d -->
|
117 |
<!-- - **W&B Logs:** [pretraining](https://wandb.ai/ai2-llm/OLMo-7B/groups/OLMo-1.7-7B), [annealing](https://wandb.ai/ai2-llm/OLMo-7B/groups/OLMo-1.7-7B-anneal) -->
|
118 |
|
@@ -179,7 +179,17 @@ OLMo 2 is intended for research and educational use.
|
|
179 |
For more information, please see our [Responsible Use Guidelines](https://allenai.org/responsible-use).
|
180 |
|
181 |
## Citation
|
182 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
|
184 |
## Model Card Contact
|
185 |
For errors in this model card, contact `[email protected]`.
|
|
|
112 |
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
113 |
- Evaluation code: https://github.com/allenai/OLMo-Eval
|
114 |
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
115 |
+
- **Paper:** https://arxiv.org/abs/2501.00656
|
116 |
<!-- - **Technical blog post:** https://blog.allenai.org/olmo-1-7-7b-a-24-point-improvement-on-mmlu-92b43f7d269d -->
|
117 |
<!-- - **W&B Logs:** [pretraining](https://wandb.ai/ai2-llm/OLMo-7B/groups/OLMo-1.7-7B), [annealing](https://wandb.ai/ai2-llm/OLMo-7B/groups/OLMo-1.7-7B-anneal) -->
|
118 |
|
|
|
179 |
For more information, please see our [Responsible Use Guidelines](https://allenai.org/responsible-use).
|
180 |
|
181 |
## Citation
|
182 |
+
```
|
183 |
+
@misc{olmo20242olmo2furious,
|
184 |
+
title={2 OLMo 2 Furious},
|
185 |
+
author={Team OLMo and Pete Walsh and Luca Soldaini and Dirk Groeneveld and Kyle Lo and Shane Arora and Akshita Bhagia and Yuling Gu and Shengyi Huang and Matt Jordan and Nathan Lambert and Dustin Schwenk and Oyvind Tafjord and Taira Anderson and David Atkinson and Faeze Brahman and Christopher Clark and Pradeep Dasigi and Nouha Dziri and Michal Guerquin and Hamish Ivison and Pang Wei Koh and Jiacheng Liu and Saumya Malik and William Merrill and Lester James V. Miranda and Jacob Morrison and Tyler Murray and Crystal Nam and Valentina Pyatkin and Aman Rangapur and Michael Schmitz and Sam Skjonsberg and David Wadden and Christopher Wilhelm and Michael Wilson and Luke Zettlemoyer and Ali Farhadi and Noah A. Smith and Hannaneh Hajishirzi},
|
186 |
+
year={2024},
|
187 |
+
eprint={2501.00656},
|
188 |
+
archivePrefix={arXiv},
|
189 |
+
primaryClass={cs.CL},
|
190 |
+
url={https://arxiv.org/abs/2501.00656},
|
191 |
+
}
|
192 |
+
```
|
193 |
|
194 |
## Model Card Contact
|
195 |
For errors in this model card, contact `[email protected]`.
|