text-generation-webui/presets/Naive.txt
oobabooga 3f1e70d2c8 Remove the temperature slider
It was not being used by most presets.
2023-01-13 14:00:43 -03:00

5 lines
84 B
Text

do_sample=True,
max_new_tokens=max_length,
top_p=1,
typical_p=0.3,
temperature=0.7,