vishnun commited on
Commit
232af8a
·
1 Parent(s): 57d6ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ if submit:
30
  do_sample=True,
31
  max_length=50,
32
  top_p=0.99,
 
33
  num_return_sequences=1
34
  )
35
 
 
30
  do_sample=True,
31
  max_length=50,
32
  top_p=0.99,
33
+ top_k=20,
34
  num_return_sequences=1
35
  )
36