vukosi commited on
Commit
0c0f88a
1 Parent(s): 9630b2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -8,4 +8,49 @@ tags:
8
  - setswana
9
  - pos
10
  - masakhane-pos
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - setswana
9
  - pos
10
  - masakhane-pos
11
+ ---
12
+
13
+ # PuoBERTa-POS: A Setswana Langage Model Finetuned on MasakhaPOS for Parts of Speech Tagging.
14
+
15
+
16
+ A Roberta-based language model finetuned on MasakhanePOS for Parts of Speech Tagging.
17
+
18
+ Based on [https://huggingface.co/dsfsi/PuoBERTa](https://huggingface.co/dsfsi/PuoBERTa)
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ This is a masked language model trained on Setswana corpora, making it a valuable tool for a range of downstream applications from translation to content creation. It's powered by the PuoData dataset to ensure accuracy and cultural relevance.
25
+
26
+ - **Developed by:** Vukosi Marivate ([@vukosi](https://huggingface.co/@vukosi)), Moseli Mots'Oehli ([@MoseliMotsoehli](https://huggingface.co/@MoseliMotsoehli)) , Valencia Wagner, Richard Lastrucci and Isheanesu Dzingirai
27
+ - **Model type:** RoBERTa Model
28
+ - **Language(s) (NLP):** Setswana
29
+ - **License:** CC BY 4.0
30
+
31
+
32
+ ### Usage
33
+
34
+ Use this model for Part of Speech Tagging for Setswana.
35
+ ```python
36
+
37
+ ```
38
+
39
+
40
+ ## Contributing
41
+
42
+ Your contributions are welcome! Feel free to improve the model.
43
+
44
+ ## Model Card Authors
45
+
46
+ Vukosi Marivate
47
+
48
+ ## Model Card Contact
49
+
50
+ For more details, reach out or check our [website](https://dsfsi.github.io/).
51
+
52
+ Email: vukosi.marivate@cs.up.ac.za
53
+
54
+ **Enjoy exploring Setswana through AI!**
55
+
56
+