Skip to content

Commit

Permalink
Add description to Rouge metric (huggingface#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Oct 29, 2020
1 parent be0d7e0 commit 2d7da35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics/rouge/rouge.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
evaluating automatic summarization and machine translation software in natural language processing.
The metrics compare an automatically produced summary or translation against a reference or a set of references (human-produced) summary or translation.
Note that ROUGE is case insensitive, meaning that upper case letters are treated the same way as lower case letters.
This metrics is a wrapper around Google Research reimplementation of ROUGE:
https://github.com/google-research/google-research/tree/master/rouge
"""
Expand Down

0 comments on commit 2d7da35

Please sign in to comment.