Text Generation
Transformers
PyTorch
English
Chinese
llama
code
text-generation-inference
jglee2046 commited on
Commit
961a994
·
1 Parent(s): 7dd4ec3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -209,6 +209,18 @@ Here, SHA256 values are provided for the model-related files for consistency che
209
  <br>
210
  <br>
211
 
 
 
 
 
 
 
 
 
 
 
 
 
212
 
213
  <a id="chinese"></a>
214
 
 
209
  <br>
210
  <br>
211
 
212
+ ## Citation
213
+ If you find our [work](https://arxiv.org/abs/2311.02303) useful or helpful for your R&D works, please feel free to cite our paper as below.
214
+ ```
215
+ @article{mftcoder2023,
216
+ title={MFTCoder: Boosting Code LLMs with Multitask Fine-Tuning},
217
+ author={Bingchang Liu and Chaoyu Chen and Cong Liao and Zi Gong and Huan Wang and Zhichao Lei and Ming Liang and Dajun Chen and Min Shen and Hailian Zhou and Hang Yu and Jianguo Li},
218
+ year={2023},
219
+ journal={arXiv preprint arXiv},
220
+ archivePrefix={arXiv},
221
+ eprint={2311.02303}
222
+ }
223
+ ```
224
 
225
  <a id="chinese"></a>
226