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