0x7o commited on
Commit
13ccf84
1 Parent(s): d5fce7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ def predict(message, history):
40
  do_sample=True,
41
  top_p=0.95,
42
  top_k=50,
43
- temperature=0.2,
44
- repetition_penalty=1.2,
45
  num_beams=1,
46
  stopping_criteria=StoppingCriteriaList([stop])
47
  )
 
40
  do_sample=True,
41
  top_p=0.95,
42
  top_k=50,
43
+ temperature=0.7,
44
+ repetition_penalty=1.0,
45
  num_beams=1,
46
  stopping_criteria=StoppingCriteriaList([stop])
47
  )