Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
Β·
698196c
1
Parent(s):
230ea5f
Remove links to Open LLM evaluation details
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.jsx
CHANGED
@@ -607,38 +607,6 @@ export const createColumns = (
|
|
607 |
}}
|
608 |
>
|
609 |
<HighlightedText text={modelName} searchValue={textSearch} />
|
610 |
-
<OpenInNewIcon
|
611 |
-
sx={{
|
612 |
-
fontSize: "0.75rem",
|
613 |
-
opacity: 0.6,
|
614 |
-
transition: "opacity 0.2s ease-in-out",
|
615 |
-
ml: 0.5,
|
616 |
-
flexShrink: 0,
|
617 |
-
}}
|
618 |
-
/>
|
619 |
-
</Link>
|
620 |
-
<Link
|
621 |
-
href={getDetailsUrl(modelName)}
|
622 |
-
target="_blank"
|
623 |
-
rel="noopener noreferrer"
|
624 |
-
aria-label={`View detailed evaluation results for ${modelName}`}
|
625 |
-
title={TABLE_TOOLTIPS.EVAL_RESULTS(modelName)}
|
626 |
-
sx={{
|
627 |
-
textDecoration: "none",
|
628 |
-
"&:hover": {
|
629 |
-
textDecoration: "underline",
|
630 |
-
"& svg": {
|
631 |
-
color: "text.primary",
|
632 |
-
},
|
633 |
-
},
|
634 |
-
display: "flex",
|
635 |
-
alignItems: "center",
|
636 |
-
color: "text.secondary",
|
637 |
-
flexShrink: 0,
|
638 |
-
mr: 0,
|
639 |
-
}}
|
640 |
-
>
|
641 |
-
<DatabaseIcon />
|
642 |
</Link>
|
643 |
</Box>
|
644 |
</Box>
|
|
|
607 |
}}
|
608 |
>
|
609 |
<HighlightedText text={modelName} searchValue={textSearch} />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
610 |
</Link>
|
611 |
</Box>
|
612 |
</Box>
|