Files
SillyTavern/public/TextGen Settings/Naive.settings
2023-06-23 12:08:09 -04:00

20 lines
369 B
Plaintext

{
"temp": 0.7,
"top_p": 0.85,
"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
}