Merge pull request #732 from StefanDanielSchwarz/fix-verbose-(beam-search)-preset

Fix "Verbose (Beam Search)" preset
This commit is contained in:
oobabooga 2023-04-02 19:38:11 -03:00 committed by GitHub
commit 7ce608d101
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