mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
do_sample=True
|
|
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
|