Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,17 @@ This is a `microsoft/codebert-base-mlm` model, trained for 1,000,000 steps (with
|
|
| 2 |
|
| 3 |
It is intended to be used in CodeBERTScore: [https://github.com/neulab/code-bert-score](https://github.com/neulab/code-bert-score), but can be used for any other model or task.
|
| 4 |
|
| 5 |
-
For more information, see: [https://github.com/neulab/code-bert-score](https://github.com/neulab/code-bert-score)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
It is intended to be used in CodeBERTScore: [https://github.com/neulab/code-bert-score](https://github.com/neulab/code-bert-score), but can be used for any other model or task.
|
| 4 |
|
| 5 |
+
For more information, see: [https://github.com/neulab/code-bert-score](https://github.com/neulab/code-bert-score)
|
| 6 |
+
|
| 7 |
+
## Citation
|
| 8 |
+
|
| 9 |
+
If you use this model for research, please cite:
|
| 10 |
+
```
|
| 11 |
+
@article{zhou2023codebertscore,
|
| 12 |
+
url = {https://arxiv.org/abs/2302.05527},
|
| 13 |
+
author = {Zhou, Shuyan and Alon, Uri and Agarwal, Sumit and Neubig, Graham},
|
| 14 |
+
title = {CodeBERTScore: Evaluating Code Generation with Pretrained Models of Code},
|
| 15 |
+
publisher = {arXiv},
|
| 16 |
+
year = {2023},
|
| 17 |
+
}
|
| 18 |
+
```
|