diff --git a/leaderboard/src/Table.vue b/leaderboard/src/Table.vue index b3ad7eb..c3cf502 100644 --- a/leaderboard/src/Table.vue +++ b/leaderboard/src/Table.vue @@ -319,7 +319,11 @@ function isMaximum( ) }" > - {{ datum.rouge.rouge1.fscore.toFixed(3) }} + + {{ datum.rouge.rouge1.fscore.toFixed(3) }} + - {{ datum.rouge.rouge2.fscore.toFixed(3) }} + + {{ datum.rouge.rouge2.fscore.toFixed(3) }} + - {{ datum.rouge.rougeL.fscore.toFixed(3) }} + + {{ datum.rouge.rougeL.fscore.toFixed(3) }} + {{ datum.bleurt.toFixed(3) }}