text-generation-webui/presets/Kobold-Liminal Drift.txt

7 lines
93 B
Plaintext
Raw Normal View History

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