Spaces:
Sleeping
Sleeping
Update pages/Workflow & Model Overview.py
Browse files
pages/Workflow & Model Overview.py
CHANGED
@@ -176,7 +176,7 @@ st.text("""
|
|
176 |
st.markdown('<div class="sub-title">Benchmark</div>', unsafe_allow_html=True)
|
177 |
st.markdown("""
|
178 |
<div class="section">
|
179 |
-
<p>Evaluating the performance of NER models is crucial to understanding their effectiveness in real-world applications. Below are the benchmark results for the "ner_wikiner_glove_840B_300" model on
|
180 |
</div>
|
181 |
""", unsafe_allow_html=True)
|
182 |
st.markdown("""
|
|
|
176 |
st.markdown('<div class="sub-title">Benchmark</div>', unsafe_allow_html=True)
|
177 |
st.markdown("""
|
178 |
<div class="section">
|
179 |
+
<p>Evaluating the performance of NER models is crucial to understanding their effectiveness in real-world applications. Below are the benchmark results for the "ner_wikiner_glove_840B_300" model on <strong>German</strong> text, focusing on various named entity categories. The metrics used include precision, recall, and F1-score, which are standard for evaluating classification models.</p>
|
180 |
</div>
|
181 |
""", unsafe_allow_html=True)
|
182 |
st.markdown("""
|