BigSalmon commited on
Commit
15e6390
1 Parent(s): 21a1f5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ def translate_to_english(model, tokenizer, text):
26
  input_ids=input_ids, attention_mask=attention_masks,
27
  do_sample=True,
28
  max_length=256,
29
- min_length = 100,
30
  temperature = temp,
31
  top_k=120,
32
  top_p=0.98,
26
  input_ids=input_ids, attention_mask=attention_masks,
27
  do_sample=True,
28
  max_length=256,
 
29
  temperature = temp,
30
  top_k=120,
31
  top_p=0.98,