Text Generation
Transformers
PyTorch
Safetensors
code
Eval Results
Inference Endpoints
Muennighoff commited on
Commit
bf6bf0d
1 Parent(s): 28b6d6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -324,4 +324,11 @@ print(tokenizer.decode(outputs[0]))
324
 
325
  # Citation
326
 
327
- TODO
 
 
 
 
 
 
 
 
324
 
325
  # Citation
326
 
327
+ ```bibtex
328
+ @article{muennighoff2023octopack,
329
+ title={OctoPack: Instruction Tuning Code Large Language Models},
330
+ author={Niklas Muennighoff and Qian Liu and Armel Zebaze and Qinkai Zheng and Binyuan Hui and Terry Yue Zhuo and Swayam Singh and Xiangru Tang and Leandro von Werra and Shayne Longpre},
331
+ journal={arXiv preprint arXiv:2308.07124},
332
+ year={2023}
333
+ }
334
+ ```