Ngoqt0726 commited on
Commit
8de5e90
·
verified ·
1 Parent(s): 094aaac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,7 +1,21 @@
1
  ---
2
- language: code
3
- license: apache-2.0
4
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # CodeReviewer
7
 
@@ -17,10 +31,10 @@ CodeReviewer is a model pre-trained with code change and code review data to sup
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
  ```
 
1
  ---
2
+ language:
3
+ - en
4
+ - vi
5
+ license: bsl-1.0
6
+ datasets:
7
+ - neuralwork/arxiver
8
+ metrics:
9
+ - accuracy
10
+ base_model:
11
+ - Freepik/flux.1-lite-8B-alpha
12
+ new_version: microsoft/OmniParser
13
+ pipeline_tag: translation
14
+ library_name: allennlp
15
+ tags:
16
+ - finance
17
+ - legal
18
+ - text-generation-inference
19
  ---
20
  # CodeReviewer
21
 
 
31
  If you user CodeReviewer, please consider citing the following paper:
32
 
33
  ```
34
+ @article{li2024codereviewer,
35
  title={CodeReviewer: Pre-Training for Automating Code Review Activities},
36
  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},
37
  journal={arXiv preprint arXiv:2203.09095},
38
+ year={2024}
39
  }
40
  ```