Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
loubnabnl HF staff ncoop57 commited on
Commit
bb6706d
1 Parent(s): aaeed52

Update README with citation (#12)

Browse files

- Update README with citation (c00c8fdac002fc6c30ec6acf1a5eb2d389d242bc)


Co-authored-by: Nathan Cooper <ncoop57@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -289,4 +289,11 @@ The model has been trained on source code in Python, Java, and JavaScript. The p
289
  The model is licenses under the CodeML Open RAIL-M v0.1 license. You can find the full license [here](https://huggingface.co/spaces/bigcode/license).
290
 
291
  # Citation
292
- **TODO**
 
 
 
 
 
 
 
 
289
  The model is licenses under the CodeML Open RAIL-M v0.1 license. You can find the full license [here](https://huggingface.co/spaces/bigcode/license).
290
 
291
  # Citation
292
+ ```
293
+ @article{allal2023santacoder,
294
+ title={SantaCoder: don't reach for the stars!},
295
+ author={Allal, Loubna Ben and Li, Raymond and Kocetkov, Denis and Mou, Chenghao and Akiki, Christopher and Ferrandis, Carlos Munoz and Muennighoff, Niklas and Mishra, Mayank and Gu, Alex and Dey, Manan and others},
296
+ journal={arXiv preprint arXiv:2301.03988},
297
+ year={2023}
298
+ }
299
+ ```