RMSNormalizationConfig¶
Module: fast_llm.layers.common.normalization.config
Variant of: NormalizationConfig — select with type: rms_norm
Inherits from: LayerNormalizationBaseConfig, NormalizationConfig, ModuleConfig
Fields¶
epsilon—architecture-
Type:
floatDefault:1e-05Regularizer for the division.
weight—architecture-
Type: ParameterConfig Default: (sub-fields optional)
Configuration for the weight.
zero_centered—architecture-
Type:
boolDefault:FalseWrite the normalization weight as
w = 1 + w', to improve numerical accuracy when close to one. lr_scale—feature-
Type:
floatorNoneDefault:NoneScaling factor for the layer learning rate. Combines multiplicatively with the scale set by the parent layer and individual parameters, if applicable.
implementation—performance-
Type:
NormalizationImplementationDefault:"auto"The implementation to use for the normalization layer.