urialon commited on
Commit
fe704dd
1 Parent(s): 5c27061

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is a PolyCoder model with **2.7B** parameters,
2
+ presented in the paper ["A Systematic Evaluation of Large Language Models of Code"](https://arxiv.org/pdf/2202.13169.pdf) (MAPS'2022 and ICLR'2022 Workshop Deep Learning 4 Code).
3
+
4
+ The model was trained on **249 GB** of code across **12** programming languages.
5
+
6
+ For more information, see: [https://github.com/VHellendoorn/Code-LMs](https://github.com/VHellendoorn/Code-LMs)
7
+
8
+ If you use this model, please cite:
9
+ ```
10
+ @inproceedings{
11
+ xu2022polycoder,
12
+ title={A Systematic Evaluation of Large Language Models of Code},
13
+ author={Frank F. Xu and Uri Alon and Graham Neubig and Vincent Josua Hellendoorn},
14
+ booktitle={Deep Learning for Code Workshop},
15
+ year={2022},
16
+ url={https://openreview.net/forum?id=SLcEnoObJZq}
17
+ }
18
+ ```