tfrere commited on
Commit
4c73da7
·
1 Parent(s): 81c3030

remove unusued components

Browse files
frontend/src/pages/AddModelPage/components/ModelSubmissionForm/ModelSubmissionForm.js CHANGED
@@ -18,7 +18,6 @@ import {
18
  } from "@mui/material";
19
  import RocketLaunchIcon from "@mui/icons-material/RocketLaunch";
20
  import CheckCircleOutlineIcon from "@mui/icons-material/CheckCircleOutline";
21
- import ThumbUpIcon from "@mui/icons-material/ThumbUp";
22
  import { alpha } from "@mui/material/styles";
23
  import InfoIconWithTooltip from "../../../../components/shared/InfoIconWithTooltip";
24
  import { MODEL_TYPES } from "../../../../pages/LeaderboardPage/components/Leaderboard/constants/modelTypes";
@@ -113,9 +112,10 @@ const HELP_TEXTS = {
113
  Chat Template Support
114
  </Typography>
115
  <Typography variant="body2" sx={{ opacity: 0.9, lineHeight: 1.4 }}>
116
- Activates automatically for chat models. It uses the standardized Hugging
117
- Face chat template for consistent prompt formatting during evaluation.
118
- Required for models using RLHF, DPO, or instruction fine-tuning.
 
119
  </Typography>
120
  </Box>
121
  ),
 
18
  } from "@mui/material";
19
  import RocketLaunchIcon from "@mui/icons-material/RocketLaunch";
20
  import CheckCircleOutlineIcon from "@mui/icons-material/CheckCircleOutline";
 
21
  import { alpha } from "@mui/material/styles";
22
  import InfoIconWithTooltip from "../../../../components/shared/InfoIconWithTooltip";
23
  import { MODEL_TYPES } from "../../../../pages/LeaderboardPage/components/Leaderboard/constants/modelTypes";
 
112
  Chat Template Support
113
  </Typography>
114
  <Typography variant="body2" sx={{ opacity: 0.9, lineHeight: 1.4 }}>
115
+ Activates automatically for chat models. It uses the standardized
116
+ Hugging Face chat template for consistent prompt formatting during
117
+ evaluation. Required for models using RLHF, DPO, or instruction
118
+ fine-tuning.
119
  </Typography>
120
  </Box>
121
  ),