Fix logit bias numeric limits
This commit is contained in:
parent
e1deff67fc
commit
2d18484c35
|
@ -4425,7 +4425,7 @@
|
||||||
<div id="logit_bias_template" class="template_element">
|
<div id="logit_bias_template" class="template_element">
|
||||||
<div class="logit_bias_form">
|
<div class="logit_bias_form">
|
||||||
<input class="logit_bias_text text_pole" data-i18n="[placeholder]Type here..." placeholder="type here..." />
|
<input class="logit_bias_text text_pole" data-i18n="[placeholder]Type here..." placeholder="type here..." />
|
||||||
<input class="logit_bias_value text_pole" type="number" min="-2" value="0" max="2" step="0.01" />
|
<input class="logit_bias_value text_pole" type="number" min="-100" value="0" max="100" step="0.01" />
|
||||||
<i class="menu_button fa-solid fa-xmark logit_bias_remove"></i>
|
<i class="menu_button fa-solid fa-xmark logit_bias_remove"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue