Fix leaderboard formatting
Browse files
src/leaderboard_formatting.py
CHANGED
|
@@ -8,7 +8,7 @@ COLUMNS_PRETTY = {
|
|
| 8 |
"rougeL": "ROUGE-L",
|
| 9 |
"bertscore": "BERTScore",
|
| 10 |
"bertscore_normalized": "BERTScore (Normalized)",
|
| 11 |
-
"model_name": "Model",
|
| 12 |
"model_availability": "Availability",
|
| 13 |
"urls": "URLs",
|
| 14 |
"context_size": "Context Size",
|
|
|
|
| 8 |
"rougeL": "ROUGE-L",
|
| 9 |
"bertscore": "BERTScore",
|
| 10 |
"bertscore_normalized": "BERTScore (Normalized)",
|
| 11 |
+
"model_name": "Model Name",
|
| 12 |
"model_availability": "Availability",
|
| 13 |
"urls": "URLs",
|
| 14 |
"context_size": "Context Size",
|