Muennighoff
commited on
Commit
•
c11c6e1
1
Parent(s):
868206e
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,11 @@ pretty_name: OLMoE Mix (September 2024)
|
|
11 |
|
12 |
# OLMoE Mix (September 2024)
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
<img alt="OLMoE Mix Logo." src="olmoe-mix.png" width="250px">
|
16 |
|
@@ -46,3 +51,17 @@ In addition of the above, Starcoder dataset was further processed by removing an
|
|
46 |
## Licensing Information
|
47 |
|
48 |
This mix is licensed under [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/). By using this dataset, you are bound to licenses and Terms of Services of underlying datasets, which you can access by clicking on the links in the table above.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# OLMoE Mix (September 2024)
|
13 |
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
- **Repository:** https://github.com/allenai/OLMoE
|
17 |
+
- **Paper:** [OLMoE: Open Mixture-of-Experts Language Models](https://arxiv.org/abs/2409.02060)
|
18 |
+
|
19 |
|
20 |
<img alt="OLMoE Mix Logo." src="olmoe-mix.png" width="250px">
|
21 |
|
|
|
51 |
## Licensing Information
|
52 |
|
53 |
This mix is licensed under [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/). By using this dataset, you are bound to licenses and Terms of Services of underlying datasets, which you can access by clicking on the links in the table above.
|
54 |
+
|
55 |
+
## Citation
|
56 |
+
|
57 |
+
```bibtex
|
58 |
+
@misc{muennighoff2024olmoeopenmixtureofexpertslanguage,
|
59 |
+
title={OLMoE: Open Mixture-of-Experts Language Models},
|
60 |
+
author={Niklas Muennighoff and Luca Soldaini and Dirk Groeneveld and Kyle Lo and Jacob Morrison and Sewon Min and Weijia Shi and Pete Walsh and Oyvind Tafjord and Nathan Lambert and Yuling Gu and Shane Arora and Akshita Bhagia and Dustin Schwenk and David Wadden and Alexander Wettig and Binyuan Hui and Tim Dettmers and Douwe Kiela and Ali Farhadi and Noah A. Smith and Pang Wei Koh and Amanpreet Singh and Hannaneh Hajishirzi},
|
61 |
+
year={2024},
|
62 |
+
eprint={2409.02060},
|
63 |
+
archivePrefix={arXiv},
|
64 |
+
primaryClass={cs.CL},
|
65 |
+
url={https://arxiv.org/abs/2409.02060},
|
66 |
+
}
|
67 |
+
```
|