Michael Beukman
commited on
Commit
•
ad89fa9
1
Parent(s):
552f8f1
yaml metadata section
Browse files
README.md
CHANGED
@@ -65,3 +65,17 @@ example = "A (Hausa) sentence that may contain entities"
|
|
65 |
ner_results = nlp(example)
|
66 |
print(ner_results)
|
67 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|