mboillet commited on
Commit
fdbf42d
1 Parent(s): 18faa63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -14,7 +14,7 @@ language:
14
  - Spacy v2
15
  ---
16
 
17
- # HOME-Alcar - Person entity recognition
18
 
19
  This model detects Person entities in Latin.
20
 
@@ -27,16 +27,16 @@ The model has been trained using the Spacy v2 library on the [HOME-Alcar](https:
27
  The model achieves the following results on HOME-Alcar:
28
 
29
  | tag | predicted | matched | Precision | Recall | F1 | Support |
30
- | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
31
- | PERS | 28276 | 28006 | 0.99 | 0.997 | 0.994 | 28087 |
32
- | LOC | 17627 | 17406 | 0.987 | 0.983 | 0.985 | 17699 |
33
- | All | 45903 | 45412 | 0.989 | 0.992 | 0.991 | 45786 |
34
 
35
- ## How to use
36
 
37
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
38
 
39
- # Cite us!
40
 
41
  ```bibtex
42
  @inproceedings{10.1007/978-3-031-06555-2_29,
 
14
  - Spacy v2
15
  ---
16
 
17
+ # Spacy - HOME-Alcar - Person
18
 
19
  This model detects Person entities in Latin.
20
 
 
27
  The model achieves the following results on HOME-Alcar:
28
 
29
  | tag | predicted | matched | Precision | Recall | F1 | Support |
30
+ | ---- | --------: | ------: | --------: | -----: | ----: | ------: |
31
+ | PERS | 28,276 | 28,006 | 0.990 | 0.997 | 0.994 | 28,087 |
32
+ | LOC | 17,627 | 17,406 | 0.987 | 0.983 | 0.985 | 17,699 |
33
+ | All | 45,903 | 45,412 | 0.989 | 0.992 | 0.991 | 45,786 |
34
 
35
+ ## How to use?
36
 
37
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
38
 
39
+ ## Cite us!
40
 
41
  ```bibtex
42
  @inproceedings{10.1007/978-3-031-06555-2_29,