nlpblogs commited on
Commit
e4e4d5f
·
verified ·
1 Parent(s): d0f50bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ with tab2:
142
 
143
  with st.expander("Limitations and Bias"):
144
  st.write('''
145
- The Named Entity Recognition (NER) model used in this demo app is limited by its training dataset of entity-annotated news articles from a specific span of time. This may not generalize well for all use cases in different domains. Furthermore, the model occassionally tags subword tokens as entities and post-processing of results may be necessary to handle those cases.
146
  ''')
147
 
148
 
 
142
 
143
  with st.expander("Limitations and Bias"):
144
  st.write('''
145
+ The Named Entity Recognition (NER) model used in this demo app is limited by its training dataset of entity-annotated news articles from a specific span of time. This means that it might not perform excellent for all use cases in different domains. Furthermore, the model may occassionally split words into different parts.
146
  ''')
147
 
148