Text Generation
Transformers
Safetensors
English
mistral
text-generation-inference
Inference Endpoints
instruction-pretrain commited on
Commit
1849b49
1 Parent(s): 3587d50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -75,12 +75,10 @@ for index, pair in enumerate(instruction_response_pairs):
75
  ## Citation
76
  If you find our work helpful, please cite us:
77
  ```bibtex
78
- @inproceedings{
79
- cheng2024adapting,
80
- title={Adapting Large Language Models via Reading Comprehension},
81
- author={Daixuan Cheng and Shaohan Huang and Furu Wei},
82
- booktitle={The Twelfth International Conference on Learning Representations},
83
- year={2024},
84
- url={https://openreview.net/forum?id=y886UXPEZ0}
85
  }
86
  ```
 
75
  ## Citation
76
  If you find our work helpful, please cite us:
77
  ```bibtex
78
+ @article{cheng2023adapting,
79
+ title={Adapting large language models via reading comprehension},
80
+ author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
81
+ journal={arXiv preprint arXiv:2309.09530},
82
+ year={2023}
 
 
83
  }
84
  ```