Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ metrics:
|
|
16 |
|
17 |
# PuoBERTa-POS: A Setswana Langage Model Finetuned on MasakhaPOS for Parts of Speech Tagging.
|
18 |
|
|
|
19 |
|
20 |
A Roberta-based language model finetuned on MasakhanePOS for Parts of Speech Tagging.
|
21 |
|
@@ -60,10 +61,15 @@ Use this model for Part of Speech Tagging for Setswana.
|
|
60 |
Bibtex Refrence
|
61 |
|
62 |
```
|
63 |
-
@
|
64 |
-
title={PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
65 |
-
author={Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
67 |
}
|
68 |
```
|
69 |
|
|
|
16 |
|
17 |
# PuoBERTa-POS: A Setswana Langage Model Finetuned on MasakhaPOS for Parts of Speech Tagging.
|
18 |
|
19 |
+
[![Zenodo doi badge](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.8434795-blue.svg)](https://doi.org/10.5281/zenodo.8434795) [![arXiv](https://img.shields.io/badge/arXiv-2310.09141-b31b1b.svg)](https://arxiv.org/abs/2310.09141) 🤗 [https://huggingface.co/dsfsi/PuoBERTa](https://huggingface.co/dsfsi/PuoBERTa)
|
20 |
|
21 |
A Roberta-based language model finetuned on MasakhanePOS for Parts of Speech Tagging.
|
22 |
|
|
|
61 |
Bibtex Refrence
|
62 |
|
63 |
```
|
64 |
+
@inproceedings{marivate2023puoberta,
|
65 |
+
title = {PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
66 |
+
author = {Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
67 |
+
year = {2023},
|
68 |
+
booktitle= {SACAIR 2023 (To Appear)},
|
69 |
+
keywords = {NLP},
|
70 |
+
preprint_url = {https://arxiv.org/abs/2310.09141},
|
71 |
+
dataset_url = {https://github.com/dsfsi/PuoBERTa},
|
72 |
+
software_url = {https://huggingface.co/dsfsi/PuoBERTa}
|
73 |
}
|
74 |
```
|
75 |
|