From 4226fd1cfd64bc0932f3e98a9ce2f449f863fad0 Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:58:07 +0200 Subject: [PATCH] Add LLaMA-Precise preset For a more precise chat, use temp 0.7, repetition_penalty 1.1764705882352942 (1/0.85), top_k 40, and top_p 0.1 For a more creative chat, use: NovelAI-Storywriter preset (temp 0.72, rep pen 1.1, top_k 0, and top_p 0.73) --- presets/LLaMA-Precise.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 presets/LLaMA-Precise.txt diff --git a/presets/LLaMA-Precise.txt b/presets/LLaMA-Precise.txt new file mode 100644 index 00000000..f594b44f --- /dev/null +++ b/presets/LLaMA-Precise.txt @@ -0,0 +1,6 @@ +do_sample=True +top_p=0.1 +top_k=40 +temperature=0.7 +repetition_penalty=1.1764705882352942 +typical_p=1.0