sail
/

Text Generation
Transformers
English
llama
Inference Endpoints
SivilTaram commited on
Commit
39ba46e
·
verified ·
1 Parent(s): 9ae027c

Update README.md

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