mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Revamp the "Default" preset with HF defaults
This commit is contained in:
parent
a345a2acd2
commit
e62b9b1074
@ -1,3 +1,12 @@
|
||||
do_sample=True
|
||||
top_k=100
|
||||
top_p=0.9
|
||||
temperature=1
|
||||
top_p=1
|
||||
typical_p=1
|
||||
repetition_penalty=1
|
||||
top_k=50
|
||||
num_beams=1
|
||||
penalty_alpha=0
|
||||
min_length=0
|
||||
length_penalty=1
|
||||
no_repeat_ngram_size=0
|
||||
early_stopping=False
|
||||
|
Loading…
Reference in New Issue
Block a user