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,5 +1,5 @@
do_sample=True,
max_new_tokens=max_length,
max_new_tokens=tokens,
top_p=1,
typical_p=0.3,
temperature=0.7,