sidpanda commited on
Commit
2cb6c9e
·
verified ·
1 Parent(s): 1eb89b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ def predict(message, history):
56
  top_p=0.95,
57
  top_k=50,
58
  temperature=0.3,
 
59
  num_beams=1,
60
  stopping_criteria=StoppingCriteriaList([stop])
61
  )
 
56
  top_p=0.95,
57
  top_k=50,
58
  temperature=0.3,
59
+ repetition_penalty=10.,
60
  num_beams=1,
61
  stopping_criteria=StoppingCriteriaList([stop])
62
  )