Blaise-g commited on
Commit
66a576c
Β·
1 Parent(s): 6ed21b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def proc_submission(
26
  token_batch_length,
27
  length_penalty,
28
  repetition_penalty,
29
- no_repeat_ngram_size,
30
  max_input_length: int = 768,
31
  ):
32
  """
 
26
  token_batch_length,
27
  length_penalty,
28
  repetition_penalty,
29
+ no_repeat_ngram_size: int=3,
30
  max_input_length: int = 768,
31
  ):
32
  """