From 4fd714a1eef06eeb531f6e40b17efadd3f0b3067 Mon Sep 17 00:00:00 2001 From: sifsera Date: Fri, 23 Jun 2023 11:56:36 -0400 Subject: [PATCH] Add Prompt Arena presets from TextGenWebUi --- public/TextGen Settings/Beam Search.settings | 2 ++ .../Contrastive Search.settings | 2 ++ public/TextGen Settings/Default.settings | 2 ++ .../TextGen Settings/Deterministic.settings | 2 ++ .../Kobold (Godlike).settings | 2 ++ .../Kobold (Liminal Drift).settings | 2 ++ .../TextGen Settings/LLaMa-Precise.settings | 2 ++ public/TextGen Settings/Naive.settings | 2 ++ .../NovelAI (Best Guess).settings | 2 ++ .../NovelAI (Decadence).settings | 2 ++ .../NovelAI (Genesis).settings | 2 ++ .../NovelAI (Lycaenidae).settings | 2 ++ .../NovelAI (Ouroboros).settings | 2 ++ .../NovelAI (Pleasing Results).settings | 2 ++ .../NovelAI (Sphinx Moth).settings | 2 ++ .../NovelAI (Storywriter).settings | 2 ++ .../Prompt Arena (Asterism).settings | 19 ++++++++++++++++++ .../Prompt Arena (Big O).settings | 19 ++++++++++++++++++ .../Prompt Arena (Divine Intellect).settings | 20 +++++++++++++++++++ .../Prompt Arena (Midnight Enigma).settings | 19 ++++++++++++++++++ .../Prompt Arena (Shortwave).settings | 19 ++++++++++++++++++ .../Prompt Arena (Space Alien).settings | 19 ++++++++++++++++++ .../Prompt Arena (StarChat).settings | 19 ++++++++++++++++++ .../Prompt Arena (Titanic).settings | 19 ++++++++++++++++++ .../Prompt Arena (Yara).settings | 19 ++++++++++++++++++ .../Prompt Arena (simple-1).settings | 19 ++++++++++++++++++ .../Prompt Arena (tfs-with-top-a).settings | 19 ++++++++++++++++++ 27 files changed, 242 insertions(+) create mode 100644 public/TextGen Settings/Prompt Arena (Asterism).settings create mode 100644 public/TextGen Settings/Prompt Arena (Big O).settings create mode 100644 public/TextGen Settings/Prompt Arena (Divine Intellect).settings create mode 100644 public/TextGen Settings/Prompt Arena (Midnight Enigma).settings create mode 100644 public/TextGen Settings/Prompt Arena (Shortwave).settings create mode 100644 public/TextGen Settings/Prompt Arena (Space Alien).settings create mode 100644 public/TextGen Settings/Prompt Arena (StarChat).settings create mode 100644 public/TextGen Settings/Prompt Arena (Titanic).settings create mode 100644 public/TextGen Settings/Prompt Arena (Yara).settings create mode 100644 public/TextGen Settings/Prompt Arena (simple-1).settings create mode 100644 public/TextGen Settings/Prompt Arena (tfs-with-top-a).settings diff --git a/public/TextGen Settings/Beam Search.settings b/public/TextGen Settings/Beam Search.settings index 572e6a39e..6e6a40759 100644 --- a/public/TextGen Settings/Beam Search.settings +++ b/public/TextGen Settings/Beam Search.settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 4.5, "no_repeat_ngram_size": 2, "penalty_alpha": 0, diff --git a/public/TextGen Settings/Contrastive Search.settings b/public/TextGen Settings/Contrastive Search.settings index 80dcd5650..ad9ea5e6b 100644 --- a/public/TextGen Settings/Contrastive Search.settings +++ b/public/TextGen Settings/Contrastive Search.settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1, "no_repeat_ngram_size": 0, "penalty_alpha": 0.6, diff --git a/public/TextGen Settings/Default.settings b/public/TextGen Settings/Default.settings index b199bff70..665a18f44 100644 --- a/public/TextGen Settings/Default.settings +++ b/public/TextGen Settings/Default.settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.2, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/Deterministic.settings b/public/TextGen Settings/Deterministic.settings index f9b8cb7f1..925905345 100644 --- a/public/TextGen Settings/Deterministic.settings +++ b/public/TextGen Settings/Deterministic.settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/Kobold (Godlike).settings b/public/TextGen Settings/Kobold (Godlike).settings index b2702b5e2..110cb5bd9 100644 --- a/public/TextGen Settings/Kobold (Godlike).settings +++ b/public/TextGen Settings/Kobold (Godlike).settings @@ -5,6 +5,8 @@ "typical_p": 0.19, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.1, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/Kobold (Liminal Drift).settings b/public/TextGen Settings/Kobold (Liminal Drift).settings index c1f4d9406..114384638 100644 --- a/public/TextGen Settings/Kobold (Liminal Drift).settings +++ b/public/TextGen Settings/Kobold (Liminal Drift).settings @@ -5,6 +5,8 @@ "typical_p": 0.6, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.1, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/LLaMa-Precise.settings b/public/TextGen Settings/LLaMa-Precise.settings index e276f7f72..015eee448 100644 --- a/public/TextGen Settings/LLaMa-Precise.settings +++ b/public/TextGen Settings/LLaMa-Precise.settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.18, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/Naive.settings b/public/TextGen Settings/Naive.settings index eb0f22da7..6af5974e6 100644 --- a/public/TextGen Settings/Naive.settings +++ b/public/TextGen Settings/Naive.settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Best Guess).settings b/public/TextGen Settings/NovelAI (Best Guess).settings index df74c0523..85de1b86f 100644 --- a/public/TextGen Settings/NovelAI (Best Guess).settings +++ b/public/TextGen Settings/NovelAI (Best Guess).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.15, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Decadence).settings b/public/TextGen Settings/NovelAI (Decadence).settings index 5a7194f01..f9916523f 100644 --- a/public/TextGen Settings/NovelAI (Decadence).settings +++ b/public/TextGen Settings/NovelAI (Decadence).settings @@ -6,6 +6,8 @@ "rep_pen": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "no_repeat_ngram_size": 0, "penalty_alpha": 0, "num_beams": 1, diff --git a/public/TextGen Settings/NovelAI (Genesis).settings b/public/TextGen Settings/NovelAI (Genesis).settings index 8f9288a1d..0d28d819e 100644 --- a/public/TextGen Settings/NovelAI (Genesis).settings +++ b/public/TextGen Settings/NovelAI (Genesis).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.05, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Lycaenidae).settings b/public/TextGen Settings/NovelAI (Lycaenidae).settings index 32ce32fed..71b566bf5 100644 --- a/public/TextGen Settings/NovelAI (Lycaenidae).settings +++ b/public/TextGen Settings/NovelAI (Lycaenidae).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.15, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Ouroboros).settings b/public/TextGen Settings/NovelAI (Ouroboros).settings index 578c28a5e..2f7cc45e2 100644 --- a/public/TextGen Settings/NovelAI (Ouroboros).settings +++ b/public/TextGen Settings/NovelAI (Ouroboros).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.05, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Pleasing Results).settings b/public/TextGen Settings/NovelAI (Pleasing Results).settings index a21ae2cb0..03e8a2ccc 100644 --- a/public/TextGen Settings/NovelAI (Pleasing Results).settings +++ b/public/TextGen Settings/NovelAI (Pleasing Results).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.15, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Sphinx Moth).settings b/public/TextGen Settings/NovelAI (Sphinx Moth).settings index a8a7863d7..74047afb1 100644 --- a/public/TextGen Settings/NovelAI (Sphinx Moth).settings +++ b/public/TextGen Settings/NovelAI (Sphinx Moth).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.15, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/NovelAI (Storywriter).settings b/public/TextGen Settings/NovelAI (Storywriter).settings index 53b10b44f..c4500aa65 100644 --- a/public/TextGen Settings/NovelAI (Storywriter).settings +++ b/public/TextGen Settings/NovelAI (Storywriter).settings @@ -5,6 +5,8 @@ "typical_p": 1, "top_a": 0, "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, "rep_pen": 1.1, "no_repeat_ngram_size": 0, "penalty_alpha": 0, diff --git a/public/TextGen Settings/Prompt Arena (Asterism).settings b/public/TextGen Settings/Prompt Arena (Asterism).settings new file mode 100644 index 000000000..44d2481ac --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Asterism).settings @@ -0,0 +1,19 @@ +{ + "temp": 1.68, + "top_p": 0.17, + "top_k": 77, + "typical_p": 1, + "top_a": 0.42, + "tfs": 0.97, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.02, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (Big O).settings b/public/TextGen Settings/Prompt Arena (Big O).settings new file mode 100644 index 000000000..c236bf5fe --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Big O).settings @@ -0,0 +1,19 @@ +{ + "temp": 0.87, + "top_p": 0.99, + "top_k": 85, + "typical_p": 0.68, + "top_a": 0, + "tfs": 0.68, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.01, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (Divine Intellect).settings b/public/TextGen Settings/Prompt Arena (Divine Intellect).settings new file mode 100644 index 000000000..21a757491 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Divine Intellect).settings @@ -0,0 +1,20 @@ +{ + + "temp": 1.31, + "top_p": 0.14, + "top_k": 49, + "typical_p": 1, + "top_a": 0.52, + "tfs": 1, + "epsilon_cutoff": 1.49, + "eta_cutoff": 10.42, + "rep_pen": 1.17, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (Midnight Enigma).settings b/public/TextGen Settings/Prompt Arena (Midnight Enigma).settings new file mode 100644 index 000000000..e4299c74d --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Midnight Enigma).settings @@ -0,0 +1,19 @@ +{ + "temp": 0.98, + "top_p": 0.37, + "top_k": 100, + "typical_p": 1, + "top_a": 0, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.18, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (Shortwave).settings b/public/TextGen Settings/Prompt Arena (Shortwave).settings new file mode 100644 index 000000000..89774a740 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Shortwave).settings @@ -0,0 +1,19 @@ +{ + "temp": 1.53, + "top_p": 0.64, + "top_k": 33, + "typical_p": 1, + "top_a": 0.04, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.07, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (Space Alien).settings b/public/TextGen Settings/Prompt Arena (Space Alien).settings new file mode 100644 index 000000000..3c6174711 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Space Alien).settings @@ -0,0 +1,19 @@ +{ + "temp": 1.31, + "top_p": 0.29, + "top_k": 72, + "typical_p": 1, + "top_a": 0, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.09, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (StarChat).settings b/public/TextGen Settings/Prompt Arena (StarChat).settings new file mode 100644 index 000000000..74ffe8ea6 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (StarChat).settings @@ -0,0 +1,19 @@ +{ + "temp": 0.02, + "top_p": 0.95, + "top_k": 50, + "typical_p": 1, + "top_a": 0, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (Titanic).settings b/public/TextGen Settings/Prompt Arena (Titanic).settings new file mode 100644 index 000000000..210f2db78 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Titanic).settings @@ -0,0 +1,19 @@ +{ + "temp": 1.01, + "top_p": 0.21, + "top_k": 91, + "typical_p": 1, + "top_a": 0.75, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 10.78, + "rep_pen": 1.21, + "no_repeat_ngram_size": 0, + "penalty_alpha": 0, + "num_beams": 1, + "length_penalty": 1, + "min_length": 0, + "encoder_rep_pen": 1.07, + "do_sample": true, + "early_stopping": false +} diff --git a/public/TextGen Settings/Prompt Arena (Yara).settings b/public/TextGen Settings/Prompt Arena (Yara).settings new file mode 100644 index 000000000..741576cdf --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (Yara).settings @@ -0,0 +1,19 @@ +{ + "temp": 0.82, + "top_p": 0.21, + "top_k": 72, + "typical_p": 1, + "top_a": 0, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.19, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (simple-1).settings b/public/TextGen Settings/Prompt Arena (simple-1).settings new file mode 100644 index 000000000..efd026355 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (simple-1).settings @@ -0,0 +1,19 @@ +{ + "temp": 0.7, + "top_p": 0.9, + "top_k": 20, + "typical_p": 1, + "top_a": 0.75, + "tfs": 1, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.15, + "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 +} diff --git a/public/TextGen Settings/Prompt Arena (tfs-with-top-a).settings b/public/TextGen Settings/Prompt Arena (tfs-with-top-a).settings new file mode 100644 index 000000000..9b2a49d76 --- /dev/null +++ b/public/TextGen Settings/Prompt Arena (tfs-with-top-a).settings @@ -0,0 +1,19 @@ +{ + "temp": 0.7, + "top_p": 1, + "top_k": 0, + "typical_p": 1, + "top_a": 0.2, + "tfs": 0.95, + "epsilon_cutoff": 0, + "eta_cutoff": 0, + "rep_pen": 1.15, + "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 +}