Skip to content

ParameterConfig

Module: fast_llm.engine.config_utils.parameter

Inherits from: ModuleConfig

Fields

initializationfeature

Type: InitializationConfig    Default: (sub-fields optional)

If provided, override the default initialization method set by the parent layer.

lr_scalefeature

Type: float or None    Default: None

Scaling factor for the parameter learning rate. Combines multiplicatively with the scale set by the parent layer, if applicable.

Used in