Fix presets/Verbose (Beam Search).txt

Removed 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:
SDS 2023-04-02 18:11:29 +02:00 committed by GitHub
parent bdb2dfa02e
commit 9f83f033b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
num_beams=10
min_length=200
length_penalty =1.4
length_penalty=1.4
no_repeat_ngram_size=2
early_stopping=True
temperature=0.7