Update README.md
Browse files
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 |
-
##
|
45 |
|
46 |
-
###
|
47 |
|
48 |
-
The
|
49 |
|
50 |
-
####
|
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 |
|-------------------------------|---------------|
|