matrix-multiply commited on
Commit
5f005e1
·
verified ·
1 Parent(s): 6ef9d15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -40,7 +40,9 @@ Each entry in the dataset follows this structure:
40
  ## Usage
41
 
42
  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.
43
- Dataset Usecases
 
 
44
 
45
  The DocuMint dataset can be used for various purposes related to code documentation and natural language processing tasks. Some potential usecases include:
46
  - Training and evaluating models for automatic docstring generation
 
40
  ## Usage
41
 
42
  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.
43
+
44
+
45
+ ## Dataset Usecases
46
 
47
  The DocuMint dataset can be used for various purposes related to code documentation and natural language processing tasks. Some potential usecases include:
48
  - Training and evaluating models for automatic docstring generation