Add Prompt Arena presets from TextGenWebUi

This commit is contained in:
sifsera
2023-06-23 11:56:36 -04:00
parent 2302785242
commit 4fd714a1ee
27 changed files with 242 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}