Contains information on the metrics used to evalute the peformance of a given adapter version. Includes data for baseline model performance and individual adapter version perfromance.

interface AdapterVersionEvaluationMetric {
    AdapterVersion?: EvaluationMetric;
    Baseline?: EvaluationMetric;
    FeatureType?: FeatureType;
}

Properties

AdapterVersion?: EvaluationMetric

The F1 score, precision, and recall metrics for the baseline model.

Baseline?: EvaluationMetric

The F1 score, precision, and recall metrics for the baseline model.

FeatureType?: FeatureType

Indicates the feature type being analyzed by a given adapter version.