nam194 commited on
Commit
7c53537
1 Parent(s): 99434df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,7 +48,7 @@ class LLM_Langchain():
48
  min_value=32,
49
  max_value=1024,
50
  step=32,
51
- value=64,
52
  help="Set the max tokens to get accurate results"
53
  )
54
 
@@ -57,7 +57,7 @@ class LLM_Langchain():
57
  min_value=1,
58
  max_value=10,
59
  step=1,
60
- value=4,
61
  help="Set num beam"
62
  )
63
 
 
48
  min_value=32,
49
  max_value=1024,
50
  step=32,
51
+ value=128,
52
  help="Set the max tokens to get accurate results"
53
  )
54
 
 
57
  min_value=1,
58
  max_value=10,
59
  step=1,
60
+ value=2,
61
  help="Set num beam"
62
  )
63