Samurai719214 commited on
Commit
72a9cf5
·
verified ·
1 Parent(s): 5aa909f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def generate_full_story(excerpt: str) -> str:
31
  attention_mask = encoded_input["attention_mask"],
32
  max_new_tokens = 200,
33
  do_sample = True,
34
- temperature = 0.0,
35
  top_p = 0.95,
36
  no_repeat_ngram_size = 2,
37
  return_dict_in_generate = True
 
31
  attention_mask = encoded_input["attention_mask"],
32
  max_new_tokens = 200,
33
  do_sample = True,
34
+ temperature = 0.1,
35
  top_p = 0.95,
36
  no_repeat_ngram_size = 2,
37
  return_dict_in_generate = True