shrivasd commited on
Commit
0cfb8f9
·
1 Parent(s): d9cedb2

Added citation

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -24,3 +24,11 @@ The trained checkpoints can be downloaded from the [Models](https://huggingface.
24
  We will be releasing the code for training and evaluating RepoFusion, finetuning CodeT5, and details of running the scripts shortly. Watch out this space for updates.
25
 
26
  ## Citation
 
 
 
 
 
 
 
 
 
24
  We will be releasing the code for training and evaluating RepoFusion, finetuning CodeT5, and details of running the scripts shortly. Watch out this space for updates.
25
 
26
  ## Citation
27
+ ```
28
+ @article{shrivastava2023repofusion,
29
+ title={RepoFusion: Training Code Models to Understand Your Repository},
30
+ author={Shrivastava, Disha and Kocetkov, Denis and de Vries, Harm and Bahdanau, Dzmitry and Scholak, Torsten},
31
+ journal={arXiv preprint arXiv:2306.10998},
32
+ year={2023}
33
+ }
34
+ ```