samim commited on
Commit
dc23734
1 Parent(s): b862120
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def text_generate(prompt):
16
  {
17
  "top_p": 0.9,
18
  "temperature": 1.1,
19
- "max_new_tokens": 350,
20
  "return_full_text": True,
21
  "do_sample":True,
22
  },
16
  {
17
  "top_p": 0.9,
18
  "temperature": 1.1,
19
+ "max_new_tokens": 250,
20
  "return_full_text": True,
21
  "do_sample":True,
22
  },