From 49795525a70c038e55420ea89be1aa51b5d53ddc Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 28 Oct 2022 03:09:13 +0300 Subject: [PATCH] Additional Tooltips Changes --- gensettings.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gensettings.py b/gensettings.py index 74dcc69c..5280133e 100644 --- a/gensettings.py +++ b/gensettings.py @@ -69,7 +69,7 @@ gensettingstf = [ "max": 1.0, "step": 0.01, "default": 1.0, - "tooltip": "Alternative sampling method. It is recommended to disable top_p and top_k (set top_p to 1 and top_k to 0) if this setting is used. 0.95 is an optimal value for this setting. (Put this value on 1 to disable its effect)", + "tooltip": "Alternative sampling method. It is recommended to disable top_p and top_k (set top_p to 1 and top_k to 0) if this setting is used. 0.95 is a suggested value for this setting. (Put this value on 1 to disable its effect)", "menu_path": "Settings", "sub_path": "Sampling", "classname": "model", @@ -84,7 +84,7 @@ gensettingstf = [ "max": 1.0, "step": 0.01, "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 an optimal value for this setting. (Put this value on 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 suggested value for this setting. (Put this value on 1 to disable its effect)", "menu_path": "Settings", "sub_path": "Sampling", "classname": "model", @@ -174,7 +174,7 @@ gensettingstf = [ "max": 5, "step": 1, "default": 1, - "tooltip": "Number of outputs to generate per action. Increases VRAM/RAM usage.", + "tooltip": "Number of generated output choices. Increases VRAM/RAM usage.", "menu_path": "Settings", "sub_path": "Generation", "classname": "model", @@ -310,7 +310,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "Disables the effect of userscripts.", + "tooltip": "Disables the userscripts' ability to edit output.", "menu_path": "Settings", "sub_path": "Modifiers", "classname": "user", @@ -379,7 +379,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "Adds context menu to output showing what other words were considered as it was generated.", + "tooltip": "Adds context menu to the output showing what other words were considered as it was generated.", "menu_path": "Interface", "sub_path": "UI", "classname": "user", @@ -579,7 +579,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "If enabled, experimental functions will be displayed in the UI.", + "tooltip": "If enabled, experimental features will be displayed in the UI.", "menu_path": "Interface", "sub_path": "UI", "classname": "system", @@ -641,7 +641,7 @@ gensettingsik =[{ "max": 1.0, "step": 0.05, "default": 0.0, - "tooltip": "Alternative sampling method. It is recommended to disable (set to 0) top_p and top_k if this setting is used. 0.95 is an optimal value for this setting. (Put this value on 1 to disable its effect)", + "tooltip": "Alternative sampling method. It is recommended to disable (set to 0) top_p and top_k if this setting is used. 0.95 is a suggested value for this setting. (Put this value on 1 to disable its effect)", "menu_path": "Model", "sub_path": "Sampling", "classname": "model",