Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ The goal of the DocuMint model is to generate docstrings that are concise (brief
|
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
- **Repository:** [GitHub](https://github.com/Docu-Mint/DocuMint)
|
| 31 |
-
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]()
|
| 32 |
|
| 33 |
## Uses
|
| 34 |
|
|
@@ -97,12 +97,11 @@ Fine-tuning was performed using an Intel 12900K CPU, a Nvidia RTX-3090 GPU, and
|
|
| 97 |
|
| 98 |
**BibTeX:**
|
| 99 |
|
| 100 |
-
(TODO)
|
| 101 |
```
|
| 102 |
@article{poudel2024documint,
|
| 103 |
title={DocuMint: Docstring Generation for Python using Small Language Models},
|
| 104 |
author={Poudel, Bibek and Cook, Adam and Traore, Sekou and Ameli, Shelah},
|
| 105 |
-
journal={arXiv preprint arXiv:},
|
| 106 |
year={2024}
|
| 107 |
}
|
| 108 |
```
|
|
|
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
- **Repository:** [GitHub](https://github.com/Docu-Mint/DocuMint)
|
| 31 |
+
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models](https://arxiv.org/abs/2405.10243)
|
| 32 |
|
| 33 |
## Uses
|
| 34 |
|
|
|
|
| 97 |
|
| 98 |
**BibTeX:**
|
| 99 |
|
|
|
|
| 100 |
```
|
| 101 |
@article{poudel2024documint,
|
| 102 |
title={DocuMint: Docstring Generation for Python using Small Language Models},
|
| 103 |
author={Poudel, Bibek and Cook, Adam and Traore, Sekou and Ameli, Shelah},
|
| 104 |
+
journal={arXiv preprint arXiv:2405.10243},
|
| 105 |
year={2024}
|
| 106 |
}
|
| 107 |
```
|