Skip to content

OpenAI.Request.LearningRateMultiplier

Andrew Lambert edited this page Dec 17, 2023 · 4 revisions

OpenAI.Request.LearningRateMultiplier

Property declaration

 Dim LearningRateMultiplier As Single

Remarks

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.

Clone this wiki locally