Spaces:
Runtime error
Runtime error
Fixed some formatting.
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ st.sidebar.header("Model Information")
|
|
| 42 |
st.sidebar.markdown("""
|
| 43 |
**Authors**: Vukosi Marivate, Moseli Mots'Oehli, Valencia Wagner, Richard Lastrucci, Isheanesu Dzingirai
|
| 44 |
|
| 45 |
-
**Paper**: [PuoBERTa: Training and evaluation of a curated language model for Setswana](https://link.springer.com/chapter/10.1007/978-3-031-49002-6_17)[Preprint/Arxiv](https://arxiv.org/abs/2310.09141)
|
| 46 |
|
| 47 |
**Huggingface Space Creators**: Vukosi Marivate, Zion Van Wyk, Unarine Netshifhefhe, Thapelo Sindane
|
| 48 |
|
|
@@ -395,5 +395,5 @@ st.markdown("""
|
|
| 395 |
}
|
| 396 |
```
|
| 397 |
|
| 398 |
-
**Links**: [Paper](https://link.springer.com/chapter/10.1007/978-3-031-49002-6_17)[Preprint/Arxiv](https://arxiv.org/abs/2310.09141) | [GitHub](https://github.com/dsfsi/PuoBERTa) | [HuggingFace](https://huggingface.co/dsfsi/PuoBERTa)
|
| 399 |
""")
|
|
|
|
| 42 |
st.sidebar.markdown("""
|
| 43 |
**Authors**: Vukosi Marivate, Moseli Mots'Oehli, Valencia Wagner, Richard Lastrucci, Isheanesu Dzingirai
|
| 44 |
|
| 45 |
+
**Paper**: [PuoBERTa: Training and evaluation of a curated language model for Setswana](https://link.springer.com/chapter/10.1007/978-3-031-49002-6_17) | [Preprint/Arxiv](https://arxiv.org/abs/2310.09141)
|
| 46 |
|
| 47 |
**Huggingface Space Creators**: Vukosi Marivate, Zion Van Wyk, Unarine Netshifhefhe, Thapelo Sindane
|
| 48 |
|
|
|
|
| 395 |
}
|
| 396 |
```
|
| 397 |
|
| 398 |
+
**Links**: [Paper](https://link.springer.com/chapter/10.1007/978-3-031-49002-6_17) | [Preprint/Arxiv](https://arxiv.org/abs/2310.09141) | [GitHub](https://github.com/dsfsi/PuoBERTa) | [HuggingFace](https://huggingface.co/dsfsi/PuoBERTa)
|
| 399 |
""")
|