text-generation-webui/presets/Naive.txt
2023-01-13 14:28:53 -03:00

5 lines
80 B
Text

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