Added citation
Browse files
README.md
CHANGED
|
@@ -11,3 +11,11 @@ This repository contains the trained checkpoints corresponding to our paper [Rep
|
|
| 11 |
For details of how these models were trained and evaluated, please check our paper [RepoFusion: Training Code Models to Understand Your Repository]().
|
| 12 |
|
| 13 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
For details of how these models were trained and evaluated, please check our paper [RepoFusion: Training Code Models to Understand Your Repository]().
|
| 12 |
|
| 13 |
## Citation
|
| 14 |
+
```
|
| 15 |
+
@article{shrivastava2023repofusion,
|
| 16 |
+
title={RepoFusion: Training Code Models to Understand Your Repository},
|
| 17 |
+
author={Shrivastava, Disha and Kocetkov, Denis and de Vries, Harm and Bahdanau, Dzmitry and Scholak, Torsten},
|
| 18 |
+
journal={arXiv preprint arXiv:2306.10998},
|
| 19 |
+
year={2023}
|
| 20 |
+
}
|
| 21 |
+
```
|