Pierce Maloney commited on
Commit
cb274aa
1 Parent(s): e1040a6

num ret seqs 2

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -31,6 +31,7 @@ class EndpointHandler():
31
  bad_words_ids=[[3070], [313, 334]],
32
  temperature=0.99,
33
  top_k=40,
 
34
  )
35
  return prediction
36
 
 
31
  bad_words_ids=[[3070], [313, 334]],
32
  temperature=0.99,
33
  top_k=40,
34
+ num_return_sequences=2
35
  )
36
  return prediction
37