mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
max_new_tokens=1024
|
|
do_sample=True
|
|
top_p=0.95
|
|
top_k=1000
|
|
temperature=1.0
|
|
num_beams=1
|
|
typical_p=1.0
|
|
repetition_penalty=1.0
|
|
encoder_repetition_penalty=1.0
|
|
no_repeat_ngram_size=0
|
|
min_length=0
|
|
penalty_alpha=0
|
|
length_penalty=1.0
|
|
early_stopping=False
|