samim commited on
Commit
ec49afb
1 Parent(s): c0cde71

max gen length up

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def sql_generate(prompt, input_prompt_sql ):
20
  {
21
  "top_p": 0.9,
22
  "temperature": 1.1,
23
- "max_new_tokens": 250,
24
  "return_full_text": False,
25
  },
26
  "options":
 
20
  {
21
  "top_p": 0.9,
22
  "temperature": 1.1,
23
+ "max_new_tokens": 850,
24
  "return_full_text": False,
25
  },
26
  "options":