kdevoe commited on
Commit
5167829
1 Parent(s): f374df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def chat_with_distilgpt2(input_text):
50
  num_return_sequences=1,
51
  no_repeat_ngram_size=3,
52
  repetition_penalty=1.2,
53
- temperature=0.7,
54
  top_k=20,
55
  top_p=0.8,
56
  early_stopping=True,
 
50
  num_return_sequences=1,
51
  no_repeat_ngram_size=3,
52
  repetition_penalty=1.2,
53
+ temperature=0.9,
54
  top_k=20,
55
  top_p=0.8,
56
  early_stopping=True,