Values.AdapterVersionEvaluationMetricSourceContains 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.
type nonrec t = {baseline : EvaluationMetric.t option;The F1 score, precision, and recall metrics for the baseline model.
*)adapterVersion : EvaluationMetric.t option;The F1 score, precision, and recall metrics for the baseline model.
*)featureType : FeatureType.t option;Indicates the feature type being analyzed by a given adapter version.
*)}