vukosi commited on
Commit
c0b773a
·
1 Parent(s): bbb5d3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  ---
16
  # PuoBerta: A curated Setswana Language Model
17
 
18
- [![Zenodo doi badge](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.8434795-blue.svg)](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
- @article{marivatePuoBERTa2023,
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
- journal={ArXiv},
 
 
 
 
 
96
  }
97
  ```
98
 
 
15
  ---
16
  # PuoBerta: A curated Setswana Language Model
17
 
18
+ [![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)
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