Reorganize GUI elements

This commit is contained in:
oobabooga 2023-01-13 14:28:53 -03:00
parent 3f1e70d2c8
commit 3a00cb1bbd
10 changed files with 23 additions and 22 deletions

View file

@ -1,6 +1,6 @@
num_beams=10,
min_length=max_length,
max_new_tokens=max_length,
min_length=tokens,
max_new_tokens=tokens,
length_penalty =1.4,
no_repeat_ngram_size=2,
early_stopping=True,