mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Additional Tooltips Changes
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user