diff --git a/public/TextGen Settings/Beam Search.settings b/public/TextGen Settings/Beam Search.settings new file mode 100644 index 000000000..b2959db64 --- /dev/null +++ b/public/TextGen Settings/Beam Search.settings @@ -0,0 +1,15 @@ +{ + temp: 0.7, + top_p: 0.92, + top_k: 150, + typical_p: 1, + rep_pen: 4.5, + no_repeat_ngram_size: 2, + penalty_alpha: 0, + num_beams: 10, + length_penalty: 1.4, + min_length: 200, + encoder_rep_pen: 1, + do_sample: true, + early_stopping: true +} \ No newline at end of file diff --git a/public/TextGen Settings/Contrastive Search.settings b/public/TextGen Settings/Contrastive Search.settings new file mode 100644 index 000000000..079036963 --- /dev/null +++ b/public/TextGen Settings/Contrastive Search.settings @@ -0,0 +1,15 @@ +{ + temp: 1, + top_p: 1, + top_k: 4, + typical_p: 1, + rep_pen: 1, + no_repeat_ngram_size: 0, + penalty_alpha: 0.6, + num_beams: 1, + length_penalty: 1, + min_length: 0, + encoder_rep_pen: 1, + do_sample: false, + early_stopping: false +} \ No newline at end of file diff --git a/public/TextGen Settings/Default.settings b/public/TextGen Settings/Default.settings new file mode 100644 index 000000000..8f0e0fb81 --- /dev/null +++ b/public/TextGen Settings/Default.settings @@ -0,0 +1,15 @@ +{ + temp: 0.7, + top_p: 0.5, + top_k: 40, + typical_p: 1, + rep_pen: 1.2, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/Deterministic.settings b/public/TextGen Settings/Deterministic.settings new file mode 100644 index 000000000..06159f378 --- /dev/null +++ b/public/TextGen Settings/Deterministic.settings @@ -0,0 +1,15 @@ +{ + temp: 1, + top_p: 1, + top_k: 50, + typical_p: 1, + 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: false, + early_stopping: false +} \ No newline at end of file diff --git a/public/TextGen Settings/Kobold (Godlike).settings b/public/TextGen Settings/Kobold (Godlike).settings new file mode 100644 index 000000000..3238806f2 --- /dev/null +++ b/public/TextGen Settings/Kobold (Godlike).settings @@ -0,0 +1,15 @@ +{ + temp: 0.7, + top_p: 0.5, + top_k: 0, + typical_p: 0.19, + rep_pen: 1.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 +} \ No newline at end of file diff --git a/public/TextGen Settings/Kobold (Liminal Drift).settings b/public/TextGen Settings/Kobold (Liminal Drift).settings new file mode 100644 index 000000000..ed0f279f8 --- /dev/null +++ b/public/TextGen Settings/Kobold (Liminal Drift).settings @@ -0,0 +1,15 @@ +{ + temp: 0.66, + top_p: 1, + top_k: 0, + typical_p: 0.6, + rep_pen: 1.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 +} \ No newline at end of file diff --git a/public/TextGen Settings/Naive.settings b/public/TextGen Settings/Naive.settings new file mode 100644 index 000000000..61b51a17b --- /dev/null +++ b/public/TextGen Settings/Naive.settings @@ -0,0 +1,15 @@ +{ + temp: 0.7, + top_p: 0.85, + top_k: 50, + typical_p: 1, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Best Guess).settings b/public/TextGen Settings/NovelAI (Best Guess).settings new file mode 100644 index 000000000..ea5914df0 --- /dev/null +++ b/public/TextGen Settings/NovelAI (Best Guess).settings @@ -0,0 +1,15 @@ +{ + temp: 0.8, + top_p: 0.9, + top_k: 100, + typical_p: 1, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Decadence).settings b/public/TextGen Settings/NovelAI (Decadence).settings new file mode 100644 index 000000000..8f88bf644 --- /dev/null +++ b/public/TextGen Settings/NovelAI (Decadence).settings @@ -0,0 +1,15 @@ +{ + temp: 1.99, + top_p: 1, + top_k: 100, + typical_p: 0.97, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Genesis).settings b/public/TextGen Settings/NovelAI (Genesis).settings new file mode 100644 index 000000000..d33c8be2f --- /dev/null +++ b/public/TextGen Settings/NovelAI (Genesis).settings @@ -0,0 +1,15 @@ +{ + temp: 0.63, + top_p: 0.98, + top_k: 0, + typical_p: 1, + rep_pen: 1.05, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Lycaenidae).settings b/public/TextGen Settings/NovelAI (Lycaenidae).settings new file mode 100644 index 000000000..80658de6e --- /dev/null +++ b/public/TextGen Settings/NovelAI (Lycaenidae).settings @@ -0,0 +1,15 @@ +{ + temp: 1.99, + top_p: 0.85, + top_k: 12, + typical_p: 1, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Ouroboros).settings b/public/TextGen Settings/NovelAI (Ouroboros).settings new file mode 100644 index 000000000..9ba5b6c96 --- /dev/null +++ b/public/TextGen Settings/NovelAI (Ouroboros).settings @@ -0,0 +1,15 @@ +{ + temp: 1.07, + top_p: 1, + top_k: 100, + typical_p: 1, + rep_pen: 1.05, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Pleasing Results).settings b/public/TextGen Settings/NovelAI (Pleasing Results).settings new file mode 100644 index 000000000..1f292bfeb --- /dev/null +++ b/public/TextGen Settings/NovelAI (Pleasing Results).settings @@ -0,0 +1,15 @@ +{ + temp: 0.44, + top_p: 1, + top_k: 0, + typical_p: 1, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Sphinx Moth).settings b/public/TextGen Settings/NovelAI (Sphinx Moth).settings new file mode 100644 index 000000000..4db55a092 --- /dev/null +++ b/public/TextGen Settings/NovelAI (Sphinx Moth).settings @@ -0,0 +1,15 @@ +{ + temp: 1.99, + top_p: 0.18, + top_k: 30, + typical_p: 1, + 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 +} \ No newline at end of file diff --git a/public/TextGen Settings/NovelAI (Storywriter).settings b/public/TextGen Settings/NovelAI (Storywriter).settings new file mode 100644 index 000000000..4ea533eb9 --- /dev/null +++ b/public/TextGen Settings/NovelAI (Storywriter).settings @@ -0,0 +1,15 @@ +{ + temp: 0.72, + top_p: 0.73, + top_k: 0, + typical_p: 1, + rep_pen: 1.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 +} \ No newline at end of file diff --git a/public/TextGen Settings/Pygmalion.settings b/public/TextGen Settings/Pygmalion.settings new file mode 100644 index 000000000..44e924228 --- /dev/null +++ b/public/TextGen Settings/Pygmalion.settings @@ -0,0 +1,15 @@ +{ + temp: 0.5, + top_p: 0.9, + top_k: 0, + typical_p: 1, + rep_pen: 1.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 +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 1db0d359f..0c0a68ef5 100644 --- a/public/index.html +++ b/public/index.html @@ -264,7 +264,6 @@