Spaces:
Sleeping
Sleeping
adding text
Browse files
app.py
CHANGED
@@ -14,6 +14,10 @@ example_list = [
|
|
14 |
|
15 |
st.title("Demo for Sestwana NER Models")
|
16 |
|
|
|
|
|
|
|
|
|
17 |
model_list = ['dsfsi/PuoBERTa-NER']
|
18 |
|
19 |
st.sidebar.header("Select NER Model")
|
|
|
14 |
|
15 |
st.title("Demo for Sestwana NER Models")
|
16 |
|
17 |
+
st.write("A Setswana Langage Model Finetuned on MasakhaNER-2 for Named Entity Recognition")
|
18 |
+
st.write("Co authors : Vukosi Marivate (@vukosi), Moseli Mots'Oehli (@MoseliMotsoehli) , Valencia Wagner, Richard Lastrucci and Isheanesu Dzingirai")
|
19 |
+
st.write("Link to model: https://huggingface.co/dsfsi/PuoBERTa")
|
20 |
+
|
21 |
model_list = ['dsfsi/PuoBERTa-NER']
|
22 |
|
23 |
st.sidebar.header("Select NER Model")
|