CheckpointMetadata¶
Module: fast_llm.engine.multi_stage.config
Fields¶
config—core-
Type: FastLLMModelConfig Default: (sub-fields optional)
The Fast-LLM model configuration for the saved model.
fast_llm_version—core-
Type:
VersionDefault:"0.4.0"The Fast-LLM version this checkpoint was saved with.
format—core-
Type:
typeDefault:NoneThe format this checkpoint was saved in.
model—core-
Type:
typeDefault:NoneThe name of the model saved in this checkpoint (ex. gpt).
metadata—optional-
Type:
dictDefault:dict()Additional information for this checkpoint.
shards—optional-
Type: list[
str] Default:list()The name of the model shards saved in this checkpoint.