Update src/leaderboard_formatting.py
Browse files
src/leaderboard_formatting.py
CHANGED
@@ -58,10 +58,10 @@ METRICS_PER_TASK = {
|
|
58 |
"library_based_code_generation": [
|
59 |
"ChrF",
|
60 |
"API Recall",
|
61 |
-
]
|
62 |
"ci_builds_repair": [
|
63 |
"Pass@1",
|
64 |
-
]
|
65 |
}
|
66 |
|
67 |
|
@@ -71,7 +71,7 @@ SORT_COLUMN_PER_TASK = {
|
|
71 |
"bug_localization": "Model Name",
|
72 |
"module_summarization": "CompScore",
|
73 |
"library_based_code_generation": "API Recall",
|
74 |
-
"ci_builds_repair": "Pass@1"
|
75 |
}
|
76 |
|
77 |
|
|
|
58 |
"library_based_code_generation": [
|
59 |
"ChrF",
|
60 |
"API Recall",
|
61 |
+
],
|
62 |
"ci_builds_repair": [
|
63 |
"Pass@1",
|
64 |
+
],
|
65 |
}
|
66 |
|
67 |
|
|
|
71 |
"bug_localization": "Model Name",
|
72 |
"module_summarization": "CompScore",
|
73 |
"library_based_code_generation": "API Recall",
|
74 |
+
"ci_builds_repair": "Pass@1",
|
75 |
}
|
76 |
|
77 |
|