micrem73 commited on
Commit
9f392c8
·
1 Parent(s): 1eb13b7

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ shroom_generator = pipeline("text-generation", model=AutoModelWithLMHead.from_pr
15
  top_k=50,
16
  top_p=0.95,
17
  repetition_penalty=9.5,
18
- temperature=10.0 )
19
 
20
  def generator(inizia_la_storia = ''):
21
  shroom_result = shroom_generator(inizia_la_storia, max_length=520)
 
15
  top_k=50,
16
  top_p=0.95,
17
  repetition_penalty=9.5,
18
+ temperature=1.1 )
19
 
20
  def generator(inizia_la_storia = ''):
21
  shroom_result = shroom_generator(inizia_la_storia, max_length=520)