Dev18 Programmation-informatique commited on
Commit
a0813fb
1 Parent(s): 8cf8abc

Augmentation max_token (#1)

Browse files

- Augmentation max_token (aca51d79894798dc7b55d121e1220f18f672b902)


Co-authored-by: Alex <Programmation-informatique@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,9 +54,9 @@ additional_inputs=[
54
  ),
55
  gr.Slider(
56
  label="Max new tokens",
57
- value=256,
58
  minimum=0,
59
- maximum=1048,
60
  step=64,
61
  interactive=True,
62
  info="The maximum numbers of new tokens",
 
54
  ),
55
  gr.Slider(
56
  label="Max new tokens",
57
+ value=2056,
58
  minimum=0,
59
+ maximum=2048,
60
  step=64,
61
  interactive=True,
62
  info="The maximum numbers of new tokens",