Update README.md
Browse files
README.md
CHANGED
@@ -98,14 +98,11 @@ We evaluated each model using [lm-evaluation-harness](https://github.com/Eleuthe
|
|
98 |
If you use these models in your research, please cite the RegMix paper:
|
99 |
|
100 |
```
|
101 |
-
@
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
archivePrefix={arXiv},
|
107 |
-
primaryClass={cs.CL},
|
108 |
-
url={https://arxiv.org/abs/2407.01492},
|
109 |
}
|
110 |
```
|
111 |
|
|
|
98 |
If you use these models in your research, please cite the RegMix paper:
|
99 |
|
100 |
```
|
101 |
+
@article{liu2024regmix,
|
102 |
+
title={RegMix: Data Mixture as Regression for Language Model Pre-training},
|
103 |
+
author={Liu, Qian and Zheng, Xiaosen and Muennighoff, Niklas and Zeng, Guangtao and Dou, Longxu and Pang, Tianyu and Jiang, Jing and Lin, Min},
|
104 |
+
journal={arXiv preprint arXiv:2407.01492},
|
105 |
+
year={2024}
|
|
|
|
|
|
|
106 |
}
|
107 |
```
|
108 |
|