text-generation-webui/presets/NovelAI-Best Guess.txt

8 lines
118 B
Plaintext
Raw Normal View History

2023-01-06 17:58:19 -05:00
do_sample=True,
2023-01-13 12:28:53 -05:00
max_new_tokens=tokens,
2023-01-23 18:44:27 -05:00
top_p=0.9,
2023-01-06 17:58:19 -05:00
top_k=100,
2023-01-23 18:44:27 -05:00
temperature=0.8,
repetition_penalty=1.15,
2023-01-06 17:58:19 -05:00
typical_p=1.0,