tinchex37 commited on
Commit
dbde8fb
·
verified ·
1 Parent(s): b3ce780

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ result = generator(
20
  max_length=256,
21
  num_return_sequences=1,
22
  do_sample=True,
23
- temperature=0,
24
  top_p=0.9,
25
  repetition_penalty=1.1,
26
  )
 
20
  max_length=256,
21
  num_return_sequences=1,
22
  do_sample=True,
23
+ temperature=0.1,
24
  top_p=0.9,
25
  repetition_penalty=1.1,
26
  )