mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-24 08:56:52 +01:00
497be69494
For a more creative chat, use: temp 0.72, rep pen 1.1, top_k 0, and top_p 0.73 (same as NovelAI-Storywriter preset)
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
do_sample=True
|
|
top_p=0.73
|
|
top_k=0
|
|
temperature=0.72
|
|
repetition_penalty=1.1
|
|
typical_p=1.0
|