Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Alina Lozovskaya
commited on
Commit
•
deb4771
1
Parent(s):
581b4b1
Correct text
Browse files
frontend/src/pages/AddModelPage/components/ModelSubmissionForm/ModelSubmissionForm.js
CHANGED
@@ -113,7 +113,7 @@ 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.
|
117 |
Face chat template for consistent prompt formatting during evaluation.
|
118 |
Required for models using RLHF, DPO, or instruction fine-tuning.
|
119 |
</Typography>
|
@@ -482,7 +482,7 @@ function ModelSubmissionForm({ user, isAuthenticated }) {
|
|
482 |
onChange={handleChange}
|
483 |
/>
|
484 |
}
|
485 |
-
label="
|
486 |
/>
|
487 |
<InfoIconWithTooltip tooltip={HELP_TEXTS.chatTemplate} />
|
488 |
</Stack>
|
|
|
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>
|
|
|
482 |
onChange={handleChange}
|
483 |
/>
|
484 |
}
|
485 |
+
label="Use Chat Template"
|
486 |
/>
|
487 |
<InfoIconWithTooltip tooltip={HELP_TEXTS.chatTemplate} />
|
488 |
</Stack>
|