matrix-multiply commited on
Commit
752bdbc
·
verified ·
1 Parent(s): 6fd57bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,15 +5,15 @@ base_model: google/codegemma-2b
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
13
 
14
  ### Model Description
 
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This model is a fine-tuned version of the CodeGemma-2B base model that generates high-quality docstrings for Python code functions.
 
9
 
10
 
11
  ## Model Details
12
 
13
  ### Model Description
14
+ The DocuMint model is a fine-tuned variant of Google's CodeGemma-2B base model, which was originally trained to predict the next token on internet text without any instructions. The DocuMint model has been fine-tuned using supervised instruction fine-tuning on a dataset of 100,000 Python functions and their respective docstrings extracted from the Free and open-source software (FLOSS) ecosystem. The fine-tuning was performed using the Low-Rank Adaptation (LoRA) technique.
15
 
16
+ The goal of the DocuMint model is to generate docstrings that are concise (brief and to the point), complete (cover functionality, parameters, return values, and exceptions), and clear (use simple language and avoid ambiguity).
17
 
18
 
19