SivilTaram
commited on
Commit
•
ca76e4b
1
Parent(s):
5ed15fa
Update README.md
Browse files
README.md
CHANGED
@@ -84,14 +84,11 @@ We evaluated each model using [lm-evaluation-harness](https://github.com/Eleuthe
|
|
84 |
If you use these models in your research, please cite the RegMix paper:
|
85 |
|
86 |
```
|
87 |
-
@
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
archivePrefix={arXiv},
|
93 |
-
primaryClass={cs.CL},
|
94 |
-
url={https://arxiv.org/abs/2407.01492},
|
95 |
}
|
96 |
```
|
97 |
|
|
|
84 |
If you use these models in your research, please cite the RegMix paper:
|
85 |
|
86 |
```
|
87 |
+
@article{liu2024regmix,
|
88 |
+
title={RegMix: Data Mixture as Regression for Language Model Pre-training},
|
89 |
+
author={Liu, Qian and Zheng, Xiaosen and Muennighoff, Niklas and Zeng, Guangtao and Dou, Longxu and Pang, Tianyu and Jiang, Jing and Lin, Min},
|
90 |
+
journal={arXiv preprint arXiv:2407.01492},
|
91 |
+
year={2024}
|
|
|
|
|
|
|
92 |
}
|
93 |
```
|
94 |
|