mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 16:38:21 +01:00
Merge pull request #1 from StefanDanielSchwarz/fix-verbose-(beam-search)-preset
Fix presets/Verbose (Beam Search).txt
This commit is contained in:
commit
4e99ea5b75
@ -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…
Reference in New Issue
Block a user