GorkaUrbizu commited on
Commit
9c12614
1 Parent(s): 9c796b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -13,7 +13,12 @@ It was trained for 500K steps with a sequence length of 512 tokens.
13
  Results
14
  -----------
15
 
16
- TODO
 
 
 
 
 
17
 
18
 
19
  Authors
 
13
  Results
14
  -----------
15
 
16
+ | | [bert-base-sw](https://huggingface.co/orai-nlp/bert-base-sw) | [bert-medium-sw](https://huggingface.co/orai-nlp/bert-medium-sw) | Flair | [mBERT](https://huggingface.co/bert-base-multilingual-cased) | [swahBERT](https://github.com/gatimartin/SwahBERT#pre-trained-models) (Martin et al., 2022b) |
17
+ |-----------|--------------|----------------|-------|-------|---------------------------------|
18
+ | NERC | **92.09** | 91.63 | 92.04 | 91.17 | 88.60 |
19
+ | Topic | **93.07** | 92.88 | 91.83 | 91.52 | 90.90 |
20
+ | Sentiment | **79.04** | 77.07 | 73.60 | 69.17 | 71.12 |
21
+ | QNLI | 63.34 | 63.87 | 52.82 | 63.48 | **64.72** |
22
 
23
 
24
  Authors