Skip to content

Commit

Permalink
Correct pretty name
Browse files Browse the repository at this point in the history
  • Loading branch information
shincap8 committed Jan 22, 2025
1 parent bbb2695 commit 6b0f1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/evaluation/metrics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def get_STD_CER_meta(task=None):
def get_CER_15_WORSE_meta(task=None):
return {
"unit": "%",
"pretty_name": "CER_15_WORSE",
"pretty_name": "CER 15 WORSE",
"utility_direction": -1,
"offset": 0,
}
Expand Down

0 comments on commit 6b0f1c6

Please sign in to comment.