SivilTaram commited on
Commit
bb873a1
1 Parent(s): 6d7b06c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
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
- @misc{liu2024regmix,
104
- title={RegMix: Data Mixture as Regression for Language Model Pre-training},
105
- author={Qian Liu and Xiaosen Zheng and Niklas Muennighoff and Guangtao Zeng and Longxu Dou and Tianyu Pang and Jing Jiang and Min Lin},
106
- year={2024},
107
- eprint={2407.01492},
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