add code tag and model description
#1
by
loubnabnl
HF staff
- opened
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 |
+
```
|