Unknownaut commited on
Commit
99f973f
·
verified ·
1 Parent(s): d019588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def predict(sentence, entity, model_choice):
60
  entity,
61
  return_tensors="pt",
62
  truncation=True,
63
- max_length=128
64
  )
65
 
66
  with torch.inference_mode():
 
60
  entity,
61
  return_tensors="pt",
62
  truncation=True,
63
+ max_length=160
64
  )
65
 
66
  with torch.inference_mode():