kazuma313 commited on
Commit
43952be
1 Parent(s): 5b85bb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,6 +39,7 @@ def output_inference(tanya, history):
39
  top_k=40,
40
  min_p=0.05,
41
  typical_p=1.0,
 
42
  stream=True,
43
  )
44
  for out in output:
 
39
  top_k=40,
40
  min_p=0.05,
41
  typical_p=1.0,
42
+ repeat_penalty=1.2,
43
  stream=True,
44
  )
45
  for out in output: