NBoukachab commited on
Commit
e4bc086
·
1 Parent(s): 2b5747a

Modif the README

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -3,23 +3,26 @@ 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 Location:
23
 
24
  | tag | predicted | matched | Precision | Recall | F1 | Support |
25
  | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
@@ -32,7 +35,7 @@ Spacy Home Alcar Location:
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 - Location entity recognition
18
 
19
+ This model detects Location entities in Latin.
 
 
20
 
21
+ 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.
22
 
23
+ ## Evaluation results
24
 
25
+ The model achieves the following results on HOME-Alcar:
26
 
27
  | tag | predicted | matched | Precision | Recall | F1 | Support |
28
  | ---- | --------- | ------- | --------- | ------ | ----- | ------- |
 
35
  Please refer to the Spacy library page (https://pypi.org/project/spacy/2.3.5/) to use this model.
36
 
37
  # Cite us!
38
+
39
  ```bibtex
40
  @inproceedings{10.1007/978-3-031-06555-2_29,
41
  author = {Monroc, Claire Bizon and Miret, Blanche and Bonhomme, Marie-Laurence and Kermorvant, Christopher},