Add lots of sliders

This commit is contained in:
oobabooga 2023-02-07 22:08:21 -03:00
parent 53af062fa5
commit 24dc705eca
17 changed files with 413 additions and 375 deletions

View file

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