nlpblogs commited on
Commit
10d2c06
·
verified ·
1 Parent(s): 1e54678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ if text is not None and len(tokens) > number:
82
 
83
 
84
  if text is not None:
85
- token_classifier = pipeline(model="dslim/bert-base-NER", aggregation_strategy="simple")
86
 
87
  tokens = token_classifier(text)
88
 
 
82
 
83
 
84
  if text is not None:
85
+ token_classifier = pipeline(model="xlm-roberta-large-finetuned-conll03-english", aggregation_strategy="simple")
86
 
87
  tokens = token_classifier(text)
88