Datasets:

ArXiv:
License:
shrivasd commited on
Commit
475548c
1 Parent(s): 329e8fa

Added citation in the loading script

Browse files
Files changed (1) hide show
  1. Stack-Repo.py +5 -5
Stack-Repo.py CHANGED
@@ -24,11 +24,11 @@ import datasets
24
 
25
 
26
  _CITATION = """\
27
- @InProceedings{__placeholder__,
28
- title = {__placeholder__},
29
- author={__placeholder__
30
- },
31
- year={2023}
32
  }
33
  """
34
 
 
24
 
25
 
26
  _CITATION = """\
27
+ @article{shrivastava2023repofusion,
28
+ title={RepoFusion: Training Code Models to Understand Your Repository},
29
+ author={Shrivastava, Disha and Kocetkov, Denis and de Vries, Harm and Bahdanau, Dzmitry and Scholak, Torsten},
30
+ journal={arXiv preprint arXiv:2306.10998},
31
+ year={2023}
32
  }
33
  """
34