LearningRateScheduleConfig¶
Module: fast_llm.engine.optimizer.config
Fields¶
base—core-
Type:
floatDefault:0.0001Base learning rate for the optimizer.
decay_iterations—feature-
Type:
intorNoneDefault:NoneDuration of the learning rate decay, in iterations.
decay_power—feature-
Type:
floatDefault:1.0Exponent for learning rate decay, applied on the decay step..
decay_style—feature-
Type:
strDefault:"constant"The learning rate decay formula.
minimum—feature-
Type:
floatDefault:0.0Learning rate at the end of decay.
warmup_iterations—feature-
Type:
intDefault:0Number of iteration for the learning rate warmup.
schedule—wip-
Type:
strorNoneDefault:NoneComplex learning rate schedule encoded in a string (untested, replaces the other arguments.