jglee2046 commited on
Commit
cbc0e12
1 Parent(s): 28996d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -156,11 +156,18 @@ gen_text = tokenizer.batch_decode(outputs[:, inputs["input_ids"].shape[1]:], ski
156
  print(gen_text)
157
  ```
158
 
159
-
160
-
161
-
162
-
163
-
 
 
 
 
 
 
 
164
 
165
 
166
  <a id="chinese"></a>
 
156
  print(gen_text)
157
  ```
158
 
159
+ ## Citation
160
+ If you find our work useful or helpful for your R&D works, please feel free to cite our paper as below.
161
+ ```
162
+ @article{mftcoder2023,
163
+ title={MFTCoder: Boosting Code LLMs with Multitask Fine-Tuning},
164
+ 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},
165
+ year={2023},
166
+ journal={arXiv preprint arXiv},
167
+ archivePrefix={arXiv},
168
+ eprint={2311.02303}
169
+ }
170
+ ```
171
 
172
 
173
  <a id="chinese"></a>