amanrangapur
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ The core models released in this batch include the following:
|
|
47 |
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
48 |
- Evaluation code: https://github.com/allenai/olmes
|
49 |
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
50 |
-
- **Paper:**
|
51 |
- **Demo:** https://playground.allenai.org/
|
52 |
|
53 |
## Using the model
|
@@ -132,5 +132,14 @@ OLMo 2 is intended for research and educational use.
|
|
132 |
For more information, please see our [Responsible Use Guidelines](https://allenai.org/responsible-use).
|
133 |
|
134 |
## Citation
|
135 |
-
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
48 |
- Evaluation code: https://github.com/allenai/olmes
|
49 |
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
50 |
+
- **Paper:** https://arxiv.org/abs/2501.00656
|
51 |
- **Demo:** https://playground.allenai.org/
|
52 |
|
53 |
## Using the model
|
|
|
132 |
For more information, please see our [Responsible Use Guidelines](https://allenai.org/responsible-use).
|
133 |
|
134 |
## Citation
|
135 |
+
```
|
136 |
+
@misc{olmo20242olmo2furious,
|
137 |
+
title={2 OLMo 2 Furious},
|
138 |
+
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},
|
139 |
+
year={2024},
|
140 |
+
eprint={2501.00656},
|
141 |
+
archivePrefix={arXiv},
|
142 |
+
primaryClass={cs.CL},
|
143 |
+
url={https://arxiv.org/abs/2501.00656},
|
144 |
+
}
|
145 |
+
```
|