text-generation-webui/presets/Kobold-Godlike.txt

7 lines
93 B
Plaintext
Raw Normal View History

2023-01-06 22:58:19 +00:00
do_sample=True,
2023-01-23 23:44:27 +00:00
top_p=0.5,
2023-01-06 22:58:19 +00:00
top_k=0,
temperature=0.7,
repetition_penalty=1.1,
2023-01-23 23:44:27 +00:00
typical_p=0.19,