NBoukachab commited on
Commit
f3d58c7
1 Parent(s): ebd2cc3

Change the README

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -3,23 +3,30 @@ library_name: Spacy
3
  license: mit
4
  tags:
5
  - Spacy
 
 
 
 
 
6
  language:
7
- - 'lat'
 
 
8
  ​version:
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.2 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 Multilingual:
23
 
24
  | tag | predicted | matched | Precision | Recall | F1 | Support |
25
  | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
@@ -32,7 +39,7 @@ Spacy Home Multilingual:
32
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.2/) to use this model.
33
 
34
  # Cite us!
35
-
36
  ```bibtex
37
  @inproceedings{10.1007/978-3-031-06555-2_29,
38
  author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},
 
3
  license: mit
4
  tags:
5
  - Spacy
6
+ - Named entity recognition
7
+ metrics:
8
+ - P
9
+ - R
10
+ - F1
11
  language:
12
+ - 'la'
13
+ - 'de'
14
+ - 'cs'
15
  ​version:
16
  - 'Spacy v2'
17
  ---
18
 
19
+ # HOME-NACR Named entity recognition
20
+
21
+ This model detects Person and Location entities in Latin, Czech and German.
22
 
23
  ## Model description
 
 
24
 
25
+ The model has been trained using the Spacy v2 library on the HOME-NACR document annotations. The model is compatible with version 2.3.2 of Spacy and incompatible with versions 3.x.x.
26
 
27
+ ## Evaluation results
28
 
29
+ The model achieves the following results on HOME-NACR:
30
 
31
  | tag | predicted | matched | Precision | Recall | F1 | Support |
32
  | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
 
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,
45
  author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},