mboillet commited on
Commit
daa994e
1 Parent(s): 776b141

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,7 +16,7 @@ language:
16
  - Spacy v2
17
  ---
18
 
19
- # HOME-NACR Multilingual named entity recognition
20
 
21
  This model detects Person and Location entities in Latin, Czech and German.
22
 
@@ -29,16 +29,16 @@ The model has been trained using the Spacy v2 library on the HOME-NACR document
29
  The model achieves the following results on HOME-NACR:
30
 
31
  | tag | predicted | matched | Precision | Recall | F1 | Support |
32
- | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
33
- | PERS | 28276 | 28006 | 0.99 | 0.997 | 0.994 | 28087 |
34
- | LOC | 27541 | 27165 | 0.986 | 0.987 | 0.987 | 27528 |
35
- | All | 55817 | 55171 | 0.988 | 0.992 | 0.990 | 55615 |
36
 
37
- ## How to use
38
 
39
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.2/) to use this model.
40
 
41
- # Cite us!
42
 
43
  ```bibtex
44
  @inproceedings{10.1007/978-3-031-06555-2_29,
 
16
  - Spacy v2
17
  ---
18
 
19
+ # Spacy - HOME-NACR Multilingual
20
 
21
  This model detects Person and Location entities in Latin, Czech and German.
22
 
 
29
  The model achieves the following results on HOME-NACR:
30
 
31
  | tag | predicted | matched | Precision | Recall | F1 | Support |
32
+ | ---- | --------: | ------: | --------: | -----: | ----: | ------: |
33
+ | PERS | 28,276 | 28,006 | 0.990 | 0.997 | 0.994 | 28,087 |
34
+ | LOC | 27,541 | 27,165 | 0.986 | 0.987 | 0.987 | 27,528 |
35
+ | All | 55,817 | 55,171 | 0.988 | 0.992 | 0.990 | 55,615 |
36
 
37
+ ## How to use?
38
 
39
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.2/) to use this model.
40
 
41
+ ## Cite us!
42
 
43
  ```bibtex
44
  @inproceedings{10.1007/978-3-031-06555-2_29,