AffineLinearBaseConfig¶
Abstract
This class cannot be instantiated directly. Use one of the variants listed below.
Module: fast_llm.layers.common.linear.config
Inherits from: LinearBaseConfig, ModuleConfig
Fields¶
bias—architecture-
Type: OptionalParameterConfig Default: (sub-fields optional)
Use bias.
weight—architecture-
Type: ParameterConfig Default: (sub-fields optional)
Configuration for the weight.
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.