Xueqing commited on
Commit
077602c
·
verified ·
1 Parent(s): 33aa5b6

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: Micro F1",
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: Micro F1",
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
  ]),