From 7fcdd4563ff06310cabcfcfb9095c359c01648bb Mon Sep 17 00:00:00 2001 From: Stefan Daniel Schwarz Date: Sat, 26 Aug 2023 14:01:35 +0200 Subject: [PATCH] ported 3 textgen presets to kobold --- public/KoboldAI Settings/Space Alien.settings | 22 +++++++++++++++++++ .../KoboldAI Settings/TFS-with-Top-A.settings | 22 +++++++++++++++++++ public/KoboldAI Settings/Titanic.settings | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 public/KoboldAI Settings/Space Alien.settings create mode 100644 public/KoboldAI Settings/TFS-with-Top-A.settings create mode 100644 public/KoboldAI Settings/Titanic.settings diff --git a/public/KoboldAI Settings/Space Alien.settings b/public/KoboldAI Settings/Space Alien.settings new file mode 100644 index 000000000..a96086449 --- /dev/null +++ b/public/KoboldAI Settings/Space Alien.settings @@ -0,0 +1,22 @@ +{ + "temp": 1.31, + "rep_pen": 1.09, + "rep_pen_range": 2048, + "streaming_kobold": true, + "top_p": 0.29, + "top_a": 0, + "top_k": 72, + "typical": 1, + "tfs": 1, + "rep_pen_slope": 0, + "single_line": false, + "sampler_order": [ + 6, + 0, + 1, + 3, + 4, + 2, + 5 + ] +} diff --git a/public/KoboldAI Settings/TFS-with-Top-A.settings b/public/KoboldAI Settings/TFS-with-Top-A.settings new file mode 100644 index 000000000..46a6c9617 --- /dev/null +++ b/public/KoboldAI Settings/TFS-with-Top-A.settings @@ -0,0 +1,22 @@ +{ + "temp": 0.7, + "rep_pen": 1.15, + "rep_pen_range": 2048, + "streaming_kobold": true, + "top_p": 1, + "top_a": 0.2, + "top_k": 0, + "typical": 1, + "tfs": 0.95, + "rep_pen_slope": 0, + "single_line": false, + "sampler_order": [ + 6, + 0, + 1, + 3, + 4, + 2, + 5 + ] +} diff --git a/public/KoboldAI Settings/Titanic.settings b/public/KoboldAI Settings/Titanic.settings new file mode 100644 index 000000000..8a970c61b --- /dev/null +++ b/public/KoboldAI Settings/Titanic.settings @@ -0,0 +1,22 @@ +{ + "temp": 1.01, + "rep_pen": 1.21, + "rep_pen_range": 0, + "streaming_kobold": true, + "top_p": 0.21, + "top_a": 0.75, + "top_k": 91, + "typical": 1, + "tfs": 1, + "rep_pen_slope": 0, + "single_line": false, + "sampler_order": [ + 6, + 0, + 1, + 3, + 4, + 2, + 5 + ] +}