Files
SillyTavern/public/TextGen Settings/Beam Search.settings
2023-03-23 22:47:02 +02:00

15 lines
299 B
Plaintext

{
"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
}