instruction-pretrain
commited on
Commit
•
cc41ef8
1
Parent(s):
cde5d71
Update README.md
Browse files
README.md
CHANGED
@@ -90,6 +90,16 @@ bash scripts/inference.sh ${DOMAIN} 'instruction-pretrain/finance-Llama3-8B' ${a
|
|
90 |
## Citation
|
91 |
If you find our work helpful, please cite us:
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
[AdaptLLM](https://huggingface.co/papers/2309.09530)
|
94 |
```bibtex
|
95 |
@inproceedings{
|
|
|
90 |
## Citation
|
91 |
If you find our work helpful, please cite us:
|
92 |
|
93 |
+
Instruction Pre-Training
|
94 |
+
```bibtex
|
95 |
+
@article{cheng2024instruction,
|
96 |
+
title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
|
97 |
+
author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
|
98 |
+
journal={arXiv preprint arXiv:2406.14491},
|
99 |
+
year={2024}
|
100 |
+
}
|
101 |
+
```
|
102 |
+
|
103 |
[AdaptLLM](https://huggingface.co/papers/2309.09530)
|
104 |
```bibtex
|
105 |
@inproceedings{
|