NickyNicky commited on
Commit
628ab0d
1 Parent(s): 369620c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def gen_conversation(text,max_new_tokens=100):
40
  early_stopping = True,
41
  no_repeat_ngram_size=2,
42
  repetition_penalty=1.2,
43
- temperature=.9,
44
  num_beams=3
45
  )
46
  gc.collect()
 
40
  early_stopping = True,
41
  no_repeat_ngram_size=2,
42
  repetition_penalty=1.2,
43
+ temperature=.69,
44
  num_beams=3
45
  )
46
  gc.collect()