Skip to content

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

intervalfeature

Type: int or None    Default: None

The number of training iterations between each interval. Setting to None will disable.

offsetfeature

Type: int    Default: 0

Offset 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

Used in