Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,8 @@ tags:
|
|
16 |
---
|
17 |
# PuoBERTa-NER: A Setswana Langage Model Finetuned on MasakhaNER-2 for Named Entity Recognition.
|
18 |
|
|
|
|
|
19 |
A Roberta-based language model finetuned on MasakhaneNER-2 for Named Entity Recognition.
|
20 |
|
21 |
Based on [https://huggingface.co/dsfsi/PuoBERTa](https://huggingface.co/dsfsi/PuoBERTa)
|
@@ -58,10 +60,15 @@ Use this model for Part of Speech Tagging for Setswana.
|
|
58 |
Bibtex Refrence
|
59 |
|
60 |
```
|
61 |
-
@
|
62 |
-
title={PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
63 |
-
author={Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
66 |
```
|
67 |
|
|
|
16 |
---
|
17 |
# PuoBERTa-NER: A Setswana Langage Model Finetuned on MasakhaNER-2 for Named Entity Recognition.
|
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 MasakhaneNER-2 for Named Entity Recognition.
|
22 |
|
23 |
Based on [https://huggingface.co/dsfsi/PuoBERTa](https://huggingface.co/dsfsi/PuoBERTa)
|
|
|
60 |
Bibtex Refrence
|
61 |
|
62 |
```
|
63 |
+
@inproceedings{marivate2023puoberta,
|
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 |
+
year = {2023},
|
67 |
+
booktitle= {SACAIR 2023 (To Appear)},
|
68 |
+
keywords = {NLP},
|
69 |
+
preprint_url = {https://arxiv.org/abs/2310.09141},
|
70 |
+
dataset_url = {https://github.com/dsfsi/PuoBERTa},
|
71 |
+
software_url = {https://huggingface.co/dsfsi/PuoBERTa}
|
72 |
}
|
73 |
```
|
74 |
|