Added citation in the loading script
Browse files- Stack-Repo.py +5 -5
Stack-Repo.py
CHANGED
@@ -24,11 +24,11 @@ import datasets
|
|
24 |
|
25 |
|
26 |
_CITATION = """\
|
27 |
-
@
|
28 |
-
title
|
29 |
-
author={
|
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 |
|