NBoukachab commited on
Commit
a0831dd
•
1 Parent(s): c8f5fef

Add evaluation results

Browse files
Files changed (1) hide show
  1. README.md +20 -2
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 [HOME-Alcar](https://zenodo.org/record/5600884) document annotations. The model is compatible with version 2.3.5 of Spacy and incompatible with versions 3.x.x
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 Person:
23
+
24
+ | tag | predicted | matched | Precision | Recall | F1 | Support |
25
+ | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
26
+ | PERS | 28276 | 28006 | 0.99 | 0.997 | 0.994 | 28087 |
27
+ | LOC | 17627 | 17406 | 0.987 | 0.983 | 0.985 | 17699 |
28
+ | All | 45903 | 45412 | 0.989 | 0.992 | 0.991 | 45786 |
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