vonewman commited on
Commit
e699409
·
1 Parent(s): a055f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 [wnut](https://huggingface.co/datasets/masakhane/masakhaner2) dataset.
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
  )