Michael Beukman
commited on
Commit
·
d03d3ee
1
Parent(s):
ad89fa9
yaml metadata section
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# xlm-roberta-base-finetuned-hausa-finetuned-ner-hausa
|
3 |
This is a token classification (specifically NER) model that fine-tuned [xlm-roberta-base-finetuned-hausa](https://huggingface.co/Davlan/xlm-roberta-base-finetuned-hausa) on the [MasakhaNER](https://arxiv.org/abs/2103.11811) dataset, specifically the Hausa part.
|
@@ -65,17 +78,3 @@ example = "A (Hausa) sentence that may contain entities"
|
|
65 |
ner_results = nlp(example)
|
66 |
print(ner_results)
|
67 |
```
|
68 |
-
|
69 |
-
|
70 |
-
---
|
71 |
-
language:
|
72 |
-
- ha
|
73 |
-
tags:
|
74 |
-
- NER
|
75 |
-
datasets:
|
76 |
-
- masakhaner
|
77 |
-
metrics:
|
78 |
-
- f1
|
79 |
-
- precision
|
80 |
-
- recall
|
81 |
-
---
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ha
|
4 |
+
tags:
|
5 |
+
- NER
|
6 |
+
datasets:
|
7 |
+
- masakhaner
|
8 |
+
metrics:
|
9 |
+
- f1
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
---
|
13 |
+
|
14 |
|
15 |
# xlm-roberta-base-finetuned-hausa-finetuned-ner-hausa
|
16 |
This is a token classification (specifically NER) model that fine-tuned [xlm-roberta-base-finetuned-hausa](https://huggingface.co/Davlan/xlm-roberta-base-finetuned-hausa) on the [MasakhaNER](https://arxiv.org/abs/2103.11811) dataset, specifically the Hausa part.
|
|
|
78 |
ner_results = nlp(example)
|
79 |
print(ner_results)
|
80 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|