ParameterConfig¶
Module: fast_llm.engine.config_utils.parameter
Inherits from: ModuleConfig
Fields¶
initialization—feature-
Type: InitializationConfig Default: (sub-fields optional)
If provided, override the default initialization method set by the parent layer.
lr_scale—feature-
Type:
floatorNoneDefault:NoneScaling factor for the parameter learning rate. Combines multiplicatively with the scale set by the parent layer, if applicable.
Used in¶
weightin AffineLinearBaseConfigweightin AffineLinearConfigweightin CausalConv1dConfigweightin GatedRMSNormalizationConfigword_embeddingsin LanguageModelEmbeddingsConfigoutput_weightin LanguageModelHeadConfigweightin LayerNormalizationBaseConfigbiasin LayerNormalizationConfigweightin LayerNormalizationConfigweightin LinearBaseConfigweightin LinearConfigweightin RMSNormalizationConfig