matrix-multiply commited on
Commit
892e8a6
·
verified ·
1 Parent(s): 5056c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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
- @misc{poudel2024documint,
103
- title={DocuMint: Docstring Generation for Python using Small Language Models},
104
- author={Bibek Poudel* and Adam Cook* and Sekou Traore* and Shelah Ameli*},
105
- year={2024},
 
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