mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add preset settings for TextGen. Thanks oobabooga for compiling them!
This commit is contained in:
15
public/TextGen Settings/Deterministic.settings
Normal file
15
public/TextGen Settings/Deterministic.settings
Normal file
@@ -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
|
||||
}
|
Reference in New Issue
Block a user