Amitontheweb commited on
Commit
2af1f9b
·
1 Parent(s): a042e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def paraphrase(
21
  diversity_penalty=3.0,
22
  no_repeat_ngram_size=2,
23
  temperature=0.7,
24
- max_length=128
25
  ):
26
  input_ids = tokenizer(
27
  f'paraphrase: {Content_to_Rephrase}',
 
21
  diversity_penalty=3.0,
22
  no_repeat_ngram_size=2,
23
  temperature=0.7,
24
+ max_length=5000
25
  ):
26
  input_ids = tokenizer(
27
  f'paraphrase: {Content_to_Rephrase}',