Spaces:
Sleeping
Sleeping
Jimin Huang
commited on
Commit
·
e3acf44
1
Parent(s):
724cc48
fix: alter column name
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/tooltips.js
CHANGED
|
@@ -40,7 +40,7 @@ export const COLUMN_TOOLTIPS = {
|
|
| 40 |
},
|
| 41 |
]),
|
| 42 |
|
| 43 |
-
|
| 44 |
{
|
| 45 |
label: "Purpose",
|
| 46 |
description:
|
|
|
|
| 40 |
},
|
| 41 |
]),
|
| 42 |
|
| 43 |
+
MULTIFIN: createTooltipContent("Multilingual Financial NLP (MultiFin):", [
|
| 44 |
{
|
| 45 |
label: "Purpose",
|
| 46 |
description:
|
frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.js
CHANGED
|
@@ -684,9 +684,6 @@ export const createColumns = (
|
|
| 684 |
|
| 685 |
const isAverageColumn = field === "model.average_score";
|
| 686 |
const hasNoValue = value === null || value === undefined;
|
| 687 |
-
console.error(value);
|
| 688 |
-
console.error(rawValue);
|
| 689 |
-
console.error(row);
|
| 690 |
|
| 691 |
return (
|
| 692 |
<Box sx={commonStyles.cellContainer}>
|
|
|
|
| 684 |
|
| 685 |
const isAverageColumn = field === "model.average_score";
|
| 686 |
const hasNoValue = value === null || value === undefined;
|
|
|
|
|
|
|
|
|
|
| 687 |
|
| 688 |
return (
|
| 689 |
<Box sx={commonStyles.cellContainer}>
|