Deep1994 commited on
Commit
76e058c
·
1 Parent(s): 40ab9ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ if text != '':
51
  input_ids=input_ids,
52
  attention_mask=attention_masks,
53
  max_length=20,
54
- num_beams=5,
55
  no_repeat_ngram_size=2,
56
  num_return_sequences=10,
57
  early_stopping=True
 
51
  input_ids=input_ids,
52
  attention_mask=attention_masks,
53
  max_length=20,
54
+ num_beams=10,
55
  no_repeat_ngram_size=2,
56
  num_return_sequences=10,
57
  early_stopping=True