instruction-pretrain
commited on
Commit
•
e9d3382
1
Parent(s):
935d41e
Update README.md
Browse files
README.md
CHANGED
@@ -64,6 +64,16 @@ accelerate launch -m lm_eval --model hf \
|
|
64 |
## Citation
|
65 |
If you find our work helpful, please cite us:
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
[AdaptLLM](https://huggingface.co/papers/2309.09530)
|
68 |
```bibtex
|
69 |
@inproceedings{
|
|
|
64 |
## Citation
|
65 |
If you find our work helpful, please cite us:
|
66 |
|
67 |
+
Instruction Pre-Training
|
68 |
+
```bibtex
|
69 |
+
@article{cheng2024instruction,
|
70 |
+
title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
|
71 |
+
author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
|
72 |
+
journal={arXiv preprint arXiv:2406.14491},
|
73 |
+
year={2024}
|
74 |
+
}
|
75 |
+
```
|
76 |
+
|
77 |
[AdaptLLM](https://huggingface.co/papers/2309.09530)
|
78 |
```bibtex
|
79 |
@inproceedings{
|