Learn about supported config parameters within Model Zoo.
config file
. These classes, implemented as Python dataclasses, organize and validate the parameters necessary for model definition and training.
Common parameters across models include:
RunConfig
SparsityBaseConfig
OptimizerConfig
Large Language Model (LLM) Parameters
Vision Model Parameters
Multimodal Model Parameters
ModelConfigClass
. In cases where a model is a variant of another, it may inherit the ModelConfigClass
from the parent model. To understand more about this inheritance and the hierarchy of config classes, visit the Config class hierarchy documentation.