From c86e2154c9d66287e1e9559049aa6a711af492c0 Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:49:29 +0200 Subject: [PATCH] Add proxy ooba preset Here's the TextGen version of the proxy-replacement-preset. Same as KoboldAI's, just for ooba. --- .../simple-proxy-for-tavern.settings | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/TextGen Settings/simple-proxy-for-tavern.settings diff --git a/public/TextGen Settings/simple-proxy-for-tavern.settings b/public/TextGen Settings/simple-proxy-for-tavern.settings new file mode 100644 index 000000000..b4b1c781f --- /dev/null +++ b/public/TextGen Settings/simple-proxy-for-tavern.settings @@ -0,0 +1,23 @@ +{ + "temp": 0.65, + "top_p": 0.47, + "top_k": 42, + "typical_p": 1, + "top_a": 0, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.18, + "rep_pen_range": 0, + "no_repeat_ngram_size": 0, + "penalty_alpha": 0, + "num_beams": 1, + "length_penalty": 1, + "min_length": 0, + "encoder_rep_pen": 1, + "do_sample": true, + "early_stopping": false, + "mirostat_mode": 0, + "mirostat_tau": 5, + "mirostat_eta": 0.1 +}