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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -41,13 +41,13 @@ The DocuMint model can be used directly to generate high-quality docstrings for
41
  """<generated docstring>""".
42
  ```
43
 
44
- ## Training Details
45
 
46
- ### Training Data
47
 
48
- The training data consists of 100,000 Python functions and their docstrings extracted from popular open-source repositories in the FLOSS ecosystem. Repositories were filtered based on metrics such as number of contributors (> 50), commits (> 5k), stars (> 35k), and forks (> 10k) to focus on well-established and actively maintained projects.
49
 
50
- #### Training Hyperparameters
51
 
52
  | Hyperparameter | Value |
53
  |-------------------------------|---------------|
 
41
  """<generated docstring>""".
42
  ```
43
 
44
+ ## Fine-tuning Details
45
 
46
+ ### Fine-tuning Data
47
 
48
+ The fine-tuning data consists of 100,000 Python functions and their docstrings extracted from popular open-source repositories in the FLOSS ecosystem. Repositories were filtered based on metrics such as number of contributors (> 50), commits (> 5k), stars (> 35k), and forks (> 10k) to focus on well-established and actively maintained projects.
49
 
50
+ #### Fine-tuning Hyperparameters
51
 
52
  | Hyperparameter | Value |
53
  |-------------------------------|---------------|