Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
This is a personal reproduction of the Repoformer-3B model in [this paper](https://arxiv.org/pdf/2403.10059). This model is trained on ~300k Python chunk and function completion instances created from the Stack.
|
6 |
+
|
7 |
+
|
8 |
+
If you find this useful, please cite:
|
9 |
+
```
|
10 |
+
@inproceedings{DBLP:conf/icml/0054AZR024,
|
11 |
+
author = {Di Wu and
|
12 |
+
Wasi Uddin Ahmad and
|
13 |
+
Dejiao Zhang and
|
14 |
+
Murali Krishna Ramanathan and
|
15 |
+
Xiaofei Ma},
|
16 |
+
title = {Repoformer: Selective Retrieval for Repository-Level Code Completion},
|
17 |
+
booktitle = {Forty-first International Conference on Machine Learning, {ICML} 2024,
|
18 |
+
Vienna, Austria, July 21-27, 2024},
|
19 |
+
publisher = {OpenReview.net},
|
20 |
+
year = {2024},
|
21 |
+
url = {https://openreview.net/forum?id=moyG54Okrj},
|
22 |
+
timestamp = {Mon, 02 Sep 2024 16:55:25 +0200},
|
23 |
+
biburl = {https://dblp.org/rec/conf/icml/0054AZR024.bib},
|
24 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
25 |
+
}
|
26 |
+
```
|