mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-24 00:46:53 +01:00
Add LLaMA-Creative preset
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)
This commit is contained in:
parent
4226fd1cfd
commit
497be69494
6
presets/LLaMA-Creative.txt
Normal file
6
presets/LLaMA-Creative.txt
Normal file
@ -0,0 +1,6 @@
|
||||
do_sample=True
|
||||
top_p=0.73
|
||||
top_k=0
|
||||
temperature=0.72
|
||||
repetition_penalty=1.1
|
||||
typical_p=1.0
|
Loading…
Reference in New Issue
Block a user