More Tooltip Text Changes

This commit is contained in:
ebolam
2022-08-22 18:19:13 -04:00
parent 2187ef2d9e
commit d9737f83eb
2 changed files with 14 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ gensettingstf = [
"max": 1.0, "max": 1.0,
"step": 0.01, "step": 0.01,
"default": 1.0, "default": 1.0,
"tooltip": "Alternative sampling method described in the paper \"Typical Decoding for Natural Language Generation\" (10.48550/ARXIV.2202.00666). The paper suggests 0.2 as a good value for this setting. Set this setting to 1 to disable its effect.", "tooltip": "Alternative sampling method described in the paper \"Typical Decoding for Natural Language Generation\" (10.48550/ARXIV.2202.00666). The paper suggests 0.2 as a good value for this setting. (Put this value on 1 to disable its effect)",
"menu_path": "Settings", "menu_path": "Settings",
"sub_path": "Sampling", "sub_path": "Sampling",
"classname": "model", "classname": "model",
@@ -99,7 +99,7 @@ gensettingstf = [
"max": 1.0, "max": 1.0,
"step": 0.01, "step": 0.01,
"default": 0.0, "default": 0.0,
"tooltip": "Alternative sampling method that reduces the randomness of the AI whenever the probability of one token is much higher than all the others. Higher values have a stronger effect. Set this setting to 0 to disable its effect.", "tooltip": "Alternative sampling method that reduces the randomness of the AI whenever the probability of one token is much higher than all the others. Higher values have a stronger effect. (Put this value on 1 to disable its effect)",
"menu_path": "Settings", "menu_path": "Settings",
"sub_path": "Sampling", "sub_path": "Sampling",
"classname": "model", "classname": "model",
@@ -114,7 +114,7 @@ gensettingstf = [
"max": 3.0, "max": 3.0,
"step": 0.01, "step": 0.01,
"default": 1.1, "default": 1.1,
"tooltip": "Used to penalize words that were already generated or belong to the context (Going over 1.2 breaks 6B models).", "tooltip": "Used to penalize words that were already generated or belong to the context.",
"menu_path": "Settings", "menu_path": "Settings",
"sub_path": "Repetition", "sub_path": "Repetition",
"classname": "model", "classname": "model",
@@ -347,7 +347,7 @@ gensettingstf = [
"label": "Story Mode", "label": "Story Mode",
"id": "actionmode", "id": "actionmode",
"default": 0, "default": 0,
"tooltip": "Choose the mode of KoboldAI", "tooltip": "Choose the mode of KoboldAI.",
"menu_path": "Home", "menu_path": "Home",
"sub_path": "", "sub_path": "",
"classname": "story", "classname": "story",
@@ -393,7 +393,7 @@ gensettingstf = [
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth", "tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth.",
"menu_path": "Settings", "menu_path": "Settings",
"sub_path": "Other", "sub_path": "Other",
"classname": "system", "classname": "system",
@@ -441,7 +441,7 @@ gensettingstf = [
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Remove special characters (@,#,%,^, etc)", "tooltip": "Remove special characters (@,#,%,^, etc).",
"menu_path": "Interface", "menu_path": "Interface",
"sub_path": "Formatting", "sub_path": "Formatting",
"classname": "user", "classname": "user",
@@ -457,7 +457,7 @@ gensettingstf = [
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Add spaces automatically if needed", "tooltip": "Add spaces automatically if needed.",
"menu_path": "Interface", "menu_path": "Interface",
"sub_path": "Formatting", "sub_path": "Formatting",
"classname": "user", "classname": "user",
@@ -706,7 +706,7 @@ gensettingsik =[{
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth", "tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth.",
"menu_path": "Settings", "menu_path": "Settings",
"sub_path": "Other", "sub_path": "Other",
"classname": "system", "classname": "system",
@@ -754,7 +754,7 @@ gensettingsik =[{
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Remove special characters (@,#,%,^, etc)", "tooltip": "Remove special characters (@,#,%,^, etc).",
"menu_path": "Interface", "menu_path": "Interface",
"sub_path": "Formatting", "sub_path": "Formatting",
"classname": "user", "classname": "user",
@@ -770,7 +770,7 @@ gensettingsik =[{
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Add spaces automatically if needed", "tooltip": "Add spaces automatically if needed.",
"menu_path": "Interface", "menu_path": "Interface",
"sub_path": "Formatting", "sub_path": "Formatting",
"classname": "user", "classname": "user",
@@ -807,12 +807,12 @@ formatcontrols = [{
{ {
"label": "Remove special characters", "label": "Remove special characters",
"id": "frmtrmspch", "id": "frmtrmspch",
"tooltip": "Remove special characters (@,#,%,^, etc)" "tooltip": "Remove special characters (@,#,%,^, etc)."
}, },
{ {
"label": "Automatic spacing", "label": "Automatic spacing",
"id": "frmtadsnsp", "id": "frmtadsnsp",
"tooltip": "Add spaces automatically if needed" "tooltip": "Add spaces automatically if needed."
}, },
{ {
"label": "Single Line", "label": "Single Line",

View File

@@ -105,7 +105,7 @@
<div class="setting_container_single"> <div class="setting_container_single">
<!---Top Row----> <!---Top Row---->
<span class="setting_label"> <span class="setting_label">
<span>Samplers Order:&nbsp;</span><span class="helpicon material-icons-outlined" title="Help Text Here">help_icon</span> <span>Samplers Order:&nbsp;</span><span class="helpicon material-icons-outlined" title="Changes the order of the samplers to have a considerably different effect than just leaving the samplers at their default order.">help_icon</span>
</span> </span>
<!---Bottom Row----> <!---Bottom Row---->
<span class="setting_item"> <span class="setting_item">
@@ -164,7 +164,7 @@
<!---Top Row----> <!---Top Row---->
<span class="setting_label"> <span class="setting_label">
<span style="white-space: pre-wrap;">Soft Prompt: </span> <span style="white-space: pre-wrap;">Soft Prompt: </span>
<span class="helpicon material-icons-outlined" title="Changes how the AI decides what to output">help_icon</span> <span class="helpicon material-icons-outlined" title="Changes how the AI decides what to output.">help_icon</span>
</span> </span>
<!---Bottom Row----> <!---Bottom Row---->
<span class="setting_item"> <span class="setting_item">