Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ The goal of the DocuMint model is to generate docstrings that are concise (brief
|
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the model. -->
|
| 29 |
|
| 30 |
-
- **Repository:** [https://github.com/Docu-Mint/DocuMint
|
| 31 |
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]() Link TODO
|
| 32 |
|
| 33 |
## Uses
|
|
@@ -99,10 +99,11 @@ Fine-tuning was performed using an Intel 12900K CPU, an Nvidia RTX-3090 GPU, and
|
|
| 99 |
|
| 100 |
(TODO)
|
| 101 |
```
|
| 102 |
-
@
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
|
|
|
| 106 |
}
|
| 107 |
```
|
| 108 |
|
|
|
|
| 27 |
|
| 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]() Link TODO
|
| 32 |
|
| 33 |
## Uses
|
|
|
|
| 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 |
```
|
| 109 |
|