interface RougeMetricParams {
    expected: string;
    label?: string;
}

Hierarchy

  • EvalMetricCommonParams
    • RougeMetricParams

Properties

Properties

expected: string
label?: string