NBoukachab commited on
Commit
a6dabf3
·
1 Parent(s): a0831dd

Change the README

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -3,23 +3,28 @@ 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.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
  | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
@@ -32,7 +37,7 @@ Spacy Home Alcar Person:
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
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
  - 'lat'
13
  ​version:
14
  - 'Spacy v2'
15
  ---
16
 
17
+ # HOME-Alcar - Person entity recognition
18
+
19
+ This model detects Person entities in Latin.
20
 
21
  ## Model description
 
 
22
 
23
+ The model has been trained using the Spacy v2 library on the [HOME-Alcar](https://zenodo.org/record/5600884) document annotations to detect the person and location entities. The model is compatible with version 2.3.5 of Spacy and incompatible with versions 3.x.x.
24
 
25
+ ## Evaluation results
26
 
27
+ The model achieves the following results on HOME-Alcar:
28
 
29
  | tag | predicted | matched | Precision | Recall | F1 | Support |
30
  | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
 
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,
43
  author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},