vukosi commited on
Commit
00e38c4
·
1 Parent(s): 3412bd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  - setswana
15
  ---
16
  # PuoBertaJW300: A curated Setswana Language Model (trained on PuoData + JW300 Setswana)
17
- [![Zenodo doi badge](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.8434795-blue.svg)](https://doi.org/10.5281/zenodo.8434795)
18
 
19
  A Roberta-based language model specially designed for Setswana, using the new PuoData dataset + JW300 corpora.
20
 
@@ -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
 
 
14
  - setswana
15
  ---
16
  # PuoBertaJW300: A curated Setswana Language Model (trained on PuoData + JW300 Setswana)
17
+ [![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)
18
 
19
  A Roberta-based language model specially designed for Setswana, using the new PuoData dataset + JW300 corpora.
20
 
 
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