SivilTaram
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,14 +62,11 @@ To access different model variants, simply change the `revision` parameter in th
|
|
62 |
If you use these models in your research, please cite the RegMix paper:
|
63 |
|
64 |
```
|
65 |
-
@
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
archivePrefix={arXiv},
|
71 |
-
primaryClass={cs.CL},
|
72 |
-
url={https://arxiv.org/abs/2407.01492},
|
73 |
}
|
74 |
```
|
75 |
|
|
|
62 |
If you use these models in your research, please cite the RegMix paper:
|
63 |
|
64 |
```
|
65 |
+
@article{liu2024regmix,
|
66 |
+
title={RegMix: Data Mixture as Regression for Language Model Pre-training},
|
67 |
+
author={Liu, Qian and Zheng, Xiaosen and Muennighoff, Niklas and Zeng, Guangtao and Dou, Longxu and Pang, Tianyu and Jiang, Jing and Lin, Min},
|
68 |
+
journal={arXiv preprint arXiv:2407.01492},
|
69 |
+
year={2024}
|
|
|
|
|
|
|
70 |
}
|
71 |
```
|
72 |
|