Skip to content

FixedBlockSequenceConfig

Module: fast_llm.layers.block.config

Variant of: BlockSequenceConfig — select with type: fixed

Inherits from: BlockSequenceConfig, BlockConfig, ModuleConfig

Fields

blockarchitecture

Type: BlockConfig    Default: (sub-fields optional)

Common configuration for all the blocks.

num_blocksarchitecture

Type: int    Default: 12

Number of blocks in the model.

lr_scalefeature

Type: float or None    Default: None

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