Xueqing commited on
Commit
a641bb7
·
verified ·
1 Parent(s): cf713d3

Update frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/defaults.js

Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/defaults.js CHANGED
@@ -143,6 +143,18 @@ const COLUMNS = {
143
  defaultVisible: true,
144
  label: "FNS",
145
  },
 
 
 
 
 
 
 
 
 
 
 
 
146
  },
147
  MODEL_INFO: {
148
  "metadata.co2_cost": {
 
143
  defaultVisible: true,
144
  label: "FNS",
145
  },
146
+ "evaluations.finnum.normalized_score": {
147
+ group: "evaluation",
148
+ size: COLUMN_SIZES.BENCHMARK,
149
+ defaultVisible: true,
150
+ label: "FinNum",
151
+ },
152
+ "evaluations.fintext.normalized_score": {
153
+ group: "evaluation",
154
+ size: COLUMN_SIZES.BENCHMARK,
155
+ defaultVisible: true,
156
+ label: "FinText",
157
+ },
158
  },
159
  MODEL_INFO: {
160
  "metadata.co2_cost": {