Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
15 |
---
|
16 |
# PuoBerta: A curated Setswana Language Model
|
17 |
|
18 |
-
[](https://doi.org/10.5281/zenodo.8434795)
|
19 |
|
20 |
A Roberta-based language model specially designed for Setswana, using the new PuoData dataset.
|
21 |
|
@@ -89,10 +89,15 @@ We used the PuoData dataset, a rich source of Setswana text, ensuring that our m
|
|
89 |
Bibtex Refrence
|
90 |
|
91 |
```
|
92 |
-
@
|
93 |
-
title={PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
94 |
-
author={Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
```
|
98 |
|
|
|
15 |
---
|
16 |
# PuoBerta: A curated Setswana Language Model
|
17 |
|
18 |
+
[](https://doi.org/10.5281/zenodo.8434795) [](https://arxiv.org/abs/2310.09141) 🤗 [https://huggingface.co/dsfsi/PuoBERTa](https://huggingface.co/dsfsi/PuoBERTa)
|
19 |
|
20 |
A Roberta-based language model specially designed for Setswana, using the new PuoData dataset.
|
21 |
|
|
|
89 |
Bibtex Refrence
|
90 |
|
91 |
```
|
92 |
+
@inproceedings{marivate2023puoberta,
|
93 |
+
title = {PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
94 |
+
author = {Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
95 |
+
year = {2023},
|
96 |
+
booktitle= {SACAIR 2023 (To Appear)},
|
97 |
+
keywords = {NLP},
|
98 |
+
preprint_url = {https://arxiv.org/abs/2310.09141},
|
99 |
+
dataset_url = {https://github.com/dsfsi/PuoBERTa},
|
100 |
+
software_url = {https://huggingface.co/dsfsi/PuoBERTa}
|
101 |
}
|
102 |
```
|
103 |
|