Skip to content

LearningRateScheduleConfig

Module: fast_llm.engine.optimizer.config

Fields

basecore

Type: float    Default: 0.0001

Base learning rate for the optimizer.

decay_iterationsfeature

Type: int or None    Default: None

Duration of the learning rate decay, in iterations.

decay_powerfeature

Type: float    Default: 1.0

Exponent for learning rate decay, applied on the decay step..

decay_stylefeature

Type: str    Default: "constant"

The learning rate decay formula.

minimumfeature

Type: float    Default: 0.0

Learning rate at the end of decay.

warmup_iterationsfeature

Type: int    Default: 0

Number of iteration for the learning rate warmup.

schedulewip

Type: str or None    Default: None

Complex learning rate schedule encoded in a string (untested, replaces the other arguments.

Used in