sail
/

Text Generation
Transformers
English
llama
regmix
Inference Endpoints
SivilTaram commited on
Commit
f5a7d2e
·
verified ·
1 Parent(s): 1bf563a

Update README.md

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