Monster commited on
Commit
4d03b08
1 Parent(s): 88958e1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def generate(
41
  instruction,
42
  input=None,
43
  temperature=0.1,
44
- top_p=0.75,
45
  top_k=40):
46
  result = ""
47
  if input:
 
41
  instruction,
42
  input=None,
43
  temperature=0.1,
44
+ top_p=0.95,
45
  top_k=40):
46
  result = ""
47
  if input: