mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
34c3b4af6e
Just a quick fix that removes an erroneous space between "length_penalty" and "=" (doesn't affect Python, but makes it possible to source the file from Bash, e. g. to use the variables with API calls)
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
num_beams=10
|
|
min_length=200
|
|
length_penalty=1.4
|
|
no_repeat_ngram_size=2
|
|
early_stopping=True
|
|
temperature=0.7
|
|
top_k=150
|
|
top_p=0.92
|
|
repetition_penalty=4.5
|