Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|