Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ The functions were sourced from well-established and actively maintained project
|
|
| 24 |
<!-- Provide the basic links for the model. -->
|
| 25 |
|
| 26 |
- **Released by:** [Bibek Poudel](https://huggingface.co/matrix-multiply), [Adam Cook](https://huggingface.co/acook46), [Sekou Traore](https://huggingface.co/Sekou79), [Shelah Ameli](https://huggingface.co/Shelah) (University of Tennessee, Knoxville)
|
| 27 |
-
- **Repository:**
|
| 28 |
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]() Link TODO
|
| 29 |
|
| 30 |
## Dataset Structure
|
|
@@ -57,10 +57,11 @@ Researchers, developers, and organizations interested in improving code document
|
|
| 57 |
|
| 58 |
(TODO)
|
| 59 |
```
|
| 60 |
-
@
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
|
|
|
| 64 |
}
|
| 65 |
```
|
| 66 |
|
|
|
|
| 24 |
<!-- Provide the basic links for the model. -->
|
| 25 |
|
| 26 |
- **Released by:** [Bibek Poudel](https://huggingface.co/matrix-multiply), [Adam Cook](https://huggingface.co/acook46), [Sekou Traore](https://huggingface.co/Sekou79), [Shelah Ameli](https://huggingface.co/Shelah) (University of Tennessee, Knoxville)
|
| 27 |
+
- **Repository:** [GitHub](https://github.com/Docu-Mint/DocuMint)
|
| 28 |
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models]() Link TODO
|
| 29 |
|
| 30 |
## Dataset Structure
|
|
|
|
| 57 |
|
| 58 |
(TODO)
|
| 59 |
```
|
| 60 |
+
@article{poudel2024documint,
|
| 61 |
+
title={DocuMint: Docstring Generation for Python using Small Language Models},
|
| 62 |
+
author={Poudel, Bibek and Cook, Adam and Traore, Sekou and Ameli, Shelah},
|
| 63 |
+
journal={arXiv preprint arXiv:},
|
| 64 |
+
year={2024}
|
| 65 |
}
|
| 66 |
```
|
| 67 |
|