matrix-multiply commited on
Commit
9bc254c
·
verified ·
1 Parent(s): 2bae968

Update README.md

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