Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mahinlma committed Nov 15, 2021
1 parent b4efba3 commit 218abea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchmetrics/functional/text/mer.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def match_error_rate(
Returns:
Match error rate
Match error rate score
Examples:
>>> predictions = ["this is the prediction", "there is an other sample"]
Expand Down
2 changes: 1 addition & 1 deletion torchmetrics/text/mer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MatchErrorRate(Metric):
will be used to perform the allgather
Returns:
Match error rate
Match error rate score
Examples:
>>> predictions = ["this is the prediction", "there is an other sample"]
Expand Down

0 comments on commit 218abea

Please sign in to comment.