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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -21,13 +21,28 @@ Based on [https://huggingface.co/dsfsi/PuoBERTa](https://huggingface.co/dsfsi/Pu
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
 
 
21
 
22
  ### Model Description
23
 
24
+ This is a POS model trained on Setswana based on PuoBERTa and fineruned on MasakhaPOS Setswana.
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
+ ### Model Performance
32
+
33
+ Performance of models on the [MasakhaPOS](https://github.com/masakhane-io/masakhane-pos) downstream task.
34
+
35
+ | Model | Test Performance |
36
+ |---|---|
37
+ | **Multilingual Models** | |
38
+ | AfroLM | 83.8 |
39
+ | AfriBERTa | 82.5 |
40
+ | AfroXLMR-base | 82.7 |
41
+ | AfroXLMR-large | 83.0 |
42
+ | **Monolingual Models** | |
43
+ | NCHLT TSN RoBERTa | 82.3 |
44
+ | PuoBERTa | **83.4** |
45
+ | PuoBERTa+JW300 | 84.1 |
46
 
47
  ### Usage
48