codebert loubnabnl HF staff commited on
Commit
7c6d568
1 Parent(s): bd0e81b

add code tag and model description (#1)

Browse files

- add code tag and model description (b0e75c61371908eb6224518664ffddc7789962f2)


Co-authored-by: loubna ben allal <loubnabnl@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
 
2
  license: apache-2.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: code
3
  license: apache-2.0
4
+
5
  ---
6
+ # CodeReviewer
7
+
8
+ ## Model description
9
+
10
+ CodeReviewer is a model pre-trained with code change and code review data to support code review tasks.
11
+
12
+ [CodeReviewer: Pre-Training for Automating Code Review Activities.](https://arxiv.org/abs/2203.09095) Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, Neel Sundaresan.
13
+ [GitHub](https://github.com/microsoft/CodeBERT/tree/master/CodeReviewer)
14
+
15
+ ## Citation
16
+
17
+ If you user CodeReviewer, please consider citing the following paper:
18
+
19
+ ```
20
+ @article{li2022codereviewer,
21
+ title={CodeReviewer: Pre-Training for Automating Code Review Activities},
22
+ author={Li, Zhiyu and Lu, Shuai and Guo, Daya and Duan, Nan and Jannu, Shailesh and Jenks, Grant and Majumder, Deep and Green, Jared and Svyatkovskiy, Alexey and Fu, Shengyu and others},
23
+ journal={arXiv preprint arXiv:2203.09095},
24
+ year={2022}
25
+ }
26
+ ```