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

Update app.py

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