matrix-multiply commited on
Commit
4539aca
·
verified ·
1 Parent(s): bc093a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -33,7 +33,7 @@ Each entry in the dataset follows this structure:
33
 
34
  ## Usage
35
 
36
- This dataset was used to train the DocuMint model, a fine-tuned variant of Google's CodeGemma-2B that generates high-quality docstrings for Python code functions. For more information on the model and its training procedure, please refer to the model card.
37
  Dataset Usecases
38
 
39
  The DocuMint dataset can be used for various purposes related to code documentation and natural language processing tasks. Some potential usecases include:
@@ -64,4 +64,6 @@ Researchers, developers, and organizations interested in improving code document
64
  ## Model Card Contact
65
 
66
  - For questions or more information, please contact:
 
67
  {bpoudel3,acook46,staore1,oameli}@vols.utk.edu
 
 
33
 
34
  ## Usage
35
 
36
+ This dataset was used to train the [DocuMint model](https://huggingface.co/documint/CodeGemma2B-fine-tuned), a fine-tuned variant of Google's CodeGemma-2B that generates high-quality docstrings for Python code functions. For more information on the model and its training procedure, please refer to the model card.
37
  Dataset Usecases
38
 
39
  The DocuMint dataset can be used for various purposes related to code documentation and natural language processing tasks. Some potential usecases include:
 
64
  ## Model Card Contact
65
 
66
  - For questions or more information, please contact:
67
+ ```
68
  {bpoudel3,acook46,staore1,oameli}@vols.utk.edu
69
+ ```