Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,34 @@ example = "Emir of Kano turban Zhang wey don spend 18 years for Nigeria"
|
|
72 |
ner_results = nlp(example)
|
73 |
print(ner_results)
|
74 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
#### Limitations and bias
|
76 |
This model is limited by its training dataset of entity-annotated news articles from a specific span of time. This may not generalize well for all use cases in different domains.
|
77 |
## Training data
|
|
|
72 |
ner_results = nlp(example)
|
73 |
print(ner_results)
|
74 |
```
|
75 |
+
|
76 |
+
## Eval results on MasakhaNER (F-score)
|
77 |
+
language| MasakhaNER 1.0 test set | MasakhaNER 2.0 test set
|
78 |
+
-|-|-
|
79 |
+
amh |80.5||
|
80 |
+
bam |||
|
81 |
+
bbj |||
|
82 |
+
ewe |||
|
83 |
+
fon |||
|
84 |
+
hau |||
|
85 |
+
ibo |||
|
86 |
+
kin |||
|
87 |
+
lug |||
|
88 |
+
luo |||
|
89 |
+
mos |||
|
90 |
+
nya |||
|
91 |
+
pcm |||
|
92 |
+
sna |||
|
93 |
+
swa |||
|
94 |
+
tsn |||
|
95 |
+
twi |||
|
96 |
+
wol |||
|
97 |
+
xho |||
|
98 |
+
yor |||
|
99 |
+
zul |||
|
100 |
+
avg |66.4|79.0
|
101 |
+
|
102 |
+
|
103 |
#### Limitations and bias
|
104 |
This model is limited by its training dataset of entity-annotated news articles from a specific span of time. This may not generalize well for all use cases in different domains.
|
105 |
## Training data
|