Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with st.expander("ℹ️ - About this app", expanded=True):
|
|
119 |
"""
|
120 |
- The **Named Entity Recognition Wolof** app is a tool that performs named entity recognition in Wolof.
|
121 |
- The available entitites are: *corporation*, *location*, *person* and *date*.
|
122 |
-
- The app uses the [XLMRoberta model](https://huggingface.co/xlm-roberta-base), fine-tuned on the [
|
123 |
- The model uses the **byte-level BPE tokenizer**. Each sentece is first tokenized.
|
124 |
"""
|
125 |
)
|
|
|
119 |
"""
|
120 |
- The **Named Entity Recognition Wolof** app is a tool that performs named entity recognition in Wolof.
|
121 |
- The available entitites are: *corporation*, *location*, *person* and *date*.
|
122 |
+
- The app uses the [XLMRoberta model](https://huggingface.co/xlm-roberta-base), fine-tuned on the [masakhaNER](https://huggingface.co/datasets/masakhane/masakhaner2) dataset.
|
123 |
- The model uses the **byte-level BPE tokenizer**. Each sentece is first tokenized.
|
124 |
"""
|
125 |
)
|