ysharma HF staff commited on
Commit
4708aec
1 Parent(s): dd071e4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def text_generate(problem, template, prompt):
50
  "top_p": 0.9,
51
  "temperature": 1.1,
52
  "max_new_tokens": 250,
53
- "return_full_text": False
54
  }, "options":
55
  {
56
  "use_cache": True,
 
50
  "top_p": 0.9,
51
  "temperature": 1.1,
52
  "max_new_tokens": 250,
53
+ "return_full_text": True
54
  }, "options":
55
  {
56
  "use_cache": True,