EvSys

AlgorithmConfig

Training algorithm (recipe) - one of the registered @register_algorithm.

Attributes

attributekindstr

Registry key, e.g. 'sft', 'rl_grpo', 'dpo'.

attributeparamsdict[str, Any]
= Field(default_factory=dict)

Algorithm-specific parameters; validated against <Algorithm>.Config.

On this page