Xueqing commited on
Commit
b330b0e
·
verified ·
1 Parent(s): 11aad4a

Update frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.js

Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.js CHANGED
@@ -768,6 +768,15 @@ export const createColumns = (
768
  "evaluations.qa.normalized_score"
769
  ],
770
  },
 
 
 
 
 
 
 
 
 
771
  ];
772
 
773
  const optionalColumns = [
 
768
  "evaluations.qa.normalized_score"
769
  ],
770
  },
771
+ {
772
+ accessorKey: "evaluations.fns.normalized_score",
773
+ header: createHeaderCell("FNS", COLUMN_TOOLTIPS.FNS),
774
+ cell: ({ row, getValue }) =>
775
+ createScoreCell(getValue, row, "evaluations.fns.normalized_score"),
776
+ size: TABLE_DEFAULTS.COLUMNS.COLUMN_SIZES[
777
+ "evaluations.fns.normalized_score"
778
+ ],
779
+ },
780
  ];
781
 
782
  const optionalColumns = [