-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.Request.LearningRateMultiplier
Andrew Lambert edited this page Dec 17, 2023
·
4 revisions
Dim LearningRateMultiplier As Single
The learning rate multiplier to use for training a FineTune
. The fine-tuning learning rate is the original learning rate used for pretraining multiplied by this value.
By default, the learning rate multiplier is the 0.05
, 0.1
, or 0.2
depending on final BatchSize (larger learning rates tend to perform better with larger batch sizes). We recommend experimenting with values in the range 0.02
to 0.2
to see what produces the best results.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.