instruction-pretrain
commited on
Commit
•
2b7ed69
1
Parent(s):
1f19d3c
Update README.md
Browse files
README.md
CHANGED
@@ -166,6 +166,16 @@ for idx, text in enumerate(instruction_augmented_texts):
|
|
166 |
## Citation
|
167 |
If you find our work helpful, please cite us:
|
168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
[AdaptLLM](https://huggingface.co/papers/2309.09530)
|
170 |
```bibtex
|
171 |
@inproceedings{
|
|
|
166 |
## Citation
|
167 |
If you find our work helpful, please cite us:
|
168 |
|
169 |
+
Instruction Pre-Training
|
170 |
+
```bibtex
|
171 |
+
@article{cheng2024instruction,
|
172 |
+
title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
|
173 |
+
author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
|
174 |
+
journal={arXiv preprint arXiv:2406.14491},
|
175 |
+
year={2024}
|
176 |
+
}
|
177 |
+
```
|
178 |
+
|
179 |
[AdaptLLM](https://huggingface.co/papers/2309.09530)
|
180 |
```bibtex
|
181 |
@inproceedings{
|