text-generation-webui/presets/NovelAI-All-Nighter.txt

8 lines
118 B
Plaintext
Raw Normal View History

2023-01-06 22:58:19 +00:00
do_sample=True,
2023-01-13 17:28:53 +00:00
max_new_tokens=tokens,
2023-01-06 22:58:19 +00:00
top_p=1.0,
top_k=13,
temperature=1.33,
repetition_penalty=1.05,
typical_p=1.0,