mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
More reasonable default preset
This commit is contained in:
parent
cacbcda208
commit
f34f2daa3d
@ -1,7 +1,6 @@
|
||||
do_sample=True
|
||||
top_p=0.5
|
||||
top_k=40
|
||||
temperature=0.7
|
||||
top_p=0.95
|
||||
top_k=50
|
||||
temperature=1
|
||||
repetition_penalty=1.2
|
||||
typical_p=1.0
|
||||
early_stopping=False
|
||||
|
Loading…
Reference in New Issue
Block a user