Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,12 @@ model = AutoModelForMaskedLM.from_pretrained("flax-community/roberta-swahili")
|
|
23 |
#### **Training Data**:
|
24 |
This model was trained on [Swahili Safi](https://huggingface.co/datasets/flax-community/swahili-safi)
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
#### **More Details**:
|
28 |
For more details and Demo please check [HF Swahili Space](https://huggingface.co/spaces/flax-community/Swahili)
|
|
|
23 |
#### **Training Data**:
|
24 |
This model was trained on [Swahili Safi](https://huggingface.co/datasets/flax-community/swahili-safi)
|
25 |
|
26 |
+
#### **Results**:
|
27 |
+
[MasakhaNER](https://github.com/masakhane-io/masakhane-ner)
|
28 |
+
```
|
29 |
+
Eval metrics: {'f1': 86%}
|
30 |
+
```
|
31 |
+
|
32 |
|
33 |
#### **More Details**:
|
34 |
For more details and Demo please check [HF Swahili Space](https://huggingface.co/spaces/flax-community/Swahili)
|