change f1 to acc
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js
CHANGED
@@ -48,7 +48,7 @@ export const COLUMN_TOOLTIPS = {
|
|
48 |
subItems: ["Language Understanding", "Classification"],
|
49 |
},
|
50 |
{
|
51 |
-
label: "Scoring:
|
52 |
description: "Was the correct choice selected among the options.",
|
53 |
},
|
54 |
]),
|
@@ -61,7 +61,7 @@ export const COLUMN_TOOLTIPS = {
|
|
61 |
subItems: ["Language Understanding", "Classification"],
|
62 |
},
|
63 |
{
|
64 |
-
label: "Scoring:
|
65 |
description: "Was the correct choice selected among the options.",
|
66 |
},
|
67 |
]),
|
|
|
48 |
subItems: ["Language Understanding", "Classification"],
|
49 |
},
|
50 |
{
|
51 |
+
label: "Scoring: ACC Norm",
|
52 |
description: "Was the correct choice selected among the options.",
|
53 |
},
|
54 |
]),
|
|
|
61 |
subItems: ["Language Understanding", "Classification"],
|
62 |
},
|
63 |
{
|
64 |
+
label: "Scoring: ACC Norm",
|
65 |
description: "Was the correct choice selected among the options.",
|
66 |
},
|
67 |
]),
|