EvaluatorConfig¶
Abstract
This class cannot be instantiated directly. Use one of the variants listed below.
Module: fast_llm.engine.evaluation.config
Inherits from: IntervalConfig
Fields¶
interval—feature-
Type:
intorNoneDefault:NoneThe number of training iterations between each interval. Setting to None will disable.
offset—feature-
Type:
intDefault:0Offset for the first interval.
Variants¶
Select a variant by setting type: to one of the following values.
type value |
Class | Description |
|---|---|---|
lm_eval |
LmEvalEvaluatorConfig | |
loss |
LossEvaluatorConfig |