Fix "Verbose (Beam Search)" preset
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)
This commit is contained in:
parent
1a823aaeb5
commit
34c3b4af6e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
num_beams=10
|
num_beams=10
|
||||||
min_length=200
|
min_length=200
|
||||||
length_penalty =1.4
|
length_penalty=1.4
|
||||||
no_repeat_ngram_size=2
|
no_repeat_ngram_size=2
|
||||||
early_stopping=True
|
early_stopping=True
|
||||||
temperature=0.7
|
temperature=0.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue