NBoukachab
commited on
Commit
•
2b5747a
1
Parent(s):
5adfd23
Add evaluation results
Browse files
README.md
CHANGED
@@ -9,10 +9,28 @@ language:
|
|
9 |
- 'Spacy v2'
|
10 |
---
|
11 |
|
|
|
|
|
12 |
## Model description
|
13 |
​
|
14 |
-
The model has been trained using the Spacy v2 library on the
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
# Cite us!
|
17 |
​
|
18 |
```bibtex
|
|
|
9 |
- 'Spacy v2'
|
10 |
---
|
11 |
|
12 |
+
# HOME-nacr
|
13 |
+
|
14 |
## Model description
|
15 |
​
|
16 |
+
The model has been trained using the Spacy v2 library on the HOME-nacr document annotations. The model is compatible with version 2.3.5 of Spacy and incompatible with versions 3.x.x.
|
17 |
+
|
18 |
+
## Evaluation results
|
19 |
+
|
20 |
+
The model achieves the following results:
|
21 |
+
|
22 |
+
Spacy Home Alcar Location:
|
23 |
+
|
24 |
+
| tag | predicted | matched | Precision | Recall | F1 | Support |
|
25 |
+
| ---- | --------- | ------- | --------- | ------ | ----- | ------- |
|
26 |
+
| PERS | 18915 | 18706 | 0.989 | 0.996 | 0.992 | 18783 |
|
27 |
+
| LOC | 27541 | 27165 | 0.986 | 0.987 | 0.987 | 27528 |
|
28 |
+
| All | 46456 | 45871 | 0.987 | 0.99 | 0.989 | 46311 |
|
29 |
+
|
30 |
+
## How to use
|
31 |
+
|
32 |
+
Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
|
33 |
+
|
34 |
# Cite us!
|
35 |
​
|
36 |
```bibtex
|