Min Rouge2 Score

This test uses the “rouge_score” from evaluate library. This test uses rouge2 result of “rouge_score”. Test is passed if the score is higher than the configured min score.

alias_name: min_rouge2_score

supported tasks: question_answering

Config

min_rouge2_score:
      min_score: 0.8
  • min_score (float): Minimum score to pass the test.