mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 09:19:23 +01:00
Make the Default preset more reasonable
Credits: anonymous 4chan user who got it off "some twitter post or something someone linked, who even knows anymore"
This commit is contained in:
parent
a78b6508fc
commit
257edf5f56
@ -1,12 +1,7 @@
|
|||||||
do_sample=True
|
do_sample=True
|
||||||
temperature=1
|
top_p=0.5
|
||||||
top_p=1
|
top_k=40
|
||||||
typical_p=1
|
temperature=0.7
|
||||||
repetition_penalty=1
|
repetition_penalty=1.2
|
||||||
top_k=50
|
typical_p=1.0
|
||||||
num_beams=1
|
|
||||||
penalty_alpha=0
|
|
||||||
min_length=0
|
|
||||||
length_penalty=1
|
|
||||||
no_repeat_ngram_size=0
|
|
||||||
early_stopping=False
|
early_stopping=False
|
||||||
|
Loading…
Reference in New Issue
Block a user