Text Generation
Transformers
Safetensors
English
llama
biology
medical
Inference Endpoints
text-generation-inference
instruction-pretrain commited on
Commit
3118ad6
1 Parent(s): 12ae0fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -94,6 +94,16 @@ bash scripts/inference.sh ${DOMAIN} 'instruction-pretrain/medicine-Llama3-8B' ${
94
  ## Citation
95
  If you find our work helpful, please cite us:
96
 
 
 
 
 
 
 
 
 
 
 
97
  [AdaptLLM](https://huggingface.co/papers/2309.09530)
98
  ```bibtex
99
  @inproceedings{
 
94
  ## Citation
95
  If you find our work helpful, please cite us:
96
 
97
+ Instruction Pre-Training
98
+ ```bibtex
99
+ @article{cheng2024instruction,
100
+ title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
101
+ author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
102
+ journal={arXiv preprint arXiv:2406.14491},
103
+ year={2024}
104
+ }
105
+ ```
106
+
107
  [AdaptLLM](https://huggingface.co/papers/2309.09530)
108
  ```bibtex
109
  @inproceedings{