Commit
·
920ff52
1
Parent(s):
890b33e
Initial
Browse files
README.md
CHANGED
@@ -24,6 +24,11 @@ enhance its performance in generating docstrings, a critical task in coding. Cur
|
|
24 |
following the Google style guide. For differences compared to the base (pre-trained) model, please refer to
|
25 |
the [Comparison](#comparison) section.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
27 |
**Note**: _If you would like to contribute to this repository,
|
28 |
please read the [CONTRIBUTING](CONTRIBUTING.md) first._
|
29 |
|
|
|
24 |
following the Google style guide. For differences compared to the base (pre-trained) model, please refer to
|
25 |
the [Comparison](#comparison) section.
|
26 |
|
27 |
+
**Note**: _Since the model has only been supervised fine-tuned (SFT) for roughly 11 epochs and hasn't been enhanced with
|
28 |
+
reinforcement learning from human feedback (RLHF), it mostly generates docstrings in the Google Docstring style.
|
29 |
+
However, it might occasionally produce them in a different style. In such cases, you may need to regenerate the
|
30 |
+
docstrings once or multiple times._
|
31 |
+
|
32 |
**Note**: _If you would like to contribute to this repository,
|
33 |
please read the [CONTRIBUTING](CONTRIBUTING.md) first._
|
34 |
|