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,4 +1,4 @@
do_sample=True,
max_new_tokens=max_length,
max_new_tokens=tokens,
top_k=100,
top_p=0.9,