This commit is contained in:
ebolam
2022-10-28 17:35:50 -04:00

View File

@@ -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 a suggested 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 indicates 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",
@@ -280,7 +280,7 @@ gensettingstf = [
"max": 1,
"step": 1,
"default": 0,
"tooltip": "If enabled, the AI does not generate a continuation of the prompt. Instead, you must perform an action first.",
"tooltip": "If enabled, the AI does not generate a continuation of the entered prompt. Instead, you must perform an action first.",
"menu_path": "Settings",
"sub_path": "Other",
"classname": "user",