diyclassics
commited on
Commit
•
9ae22f1
1
Parent(s):
4efb131
Update spaCy pipeline
Browse files- README.md +8 -9
- la_core_web_sm-any-py3-none-any.whl +2 -2
- meta.json +14 -14
- ner/model +1 -1
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
tags:
|
3 |
- spacy
|
4 |
- token-classification
|
5 |
-
- LatinCy
|
6 |
language:
|
7 |
- la
|
8 |
license: mit
|
@@ -15,13 +14,13 @@ model-index:
|
|
15 |
metrics:
|
16 |
- name: NER Precision
|
17 |
type: precision
|
18 |
-
value: 0.
|
19 |
- name: NER Recall
|
20 |
type: recall
|
21 |
-
value: 0.
|
22 |
- name: NER F Score
|
23 |
type: f_score
|
24 |
-
value: 0.
|
25 |
- task:
|
26 |
name: TAG
|
27 |
type: token-classification
|
@@ -103,11 +102,11 @@ model-index:
|
|
103 |
|
104 |
| Type | Score |
|
105 |
| --- | --- |
|
106 |
-
| `ENTS_F` |
|
107 |
-
| `ENTS_P` |
|
108 |
-
| `ENTS_R` |
|
109 |
-
| `NER_LOSS` |
|
110 |
-
| `NER_TOK2VEC_LOSS` |
|
111 |
| `SENTS_F` | 92.20 |
|
112 |
| `SENTS_P` | 90.69 |
|
113 |
| `SENTS_R` | 93.77 |
|
|
|
2 |
tags:
|
3 |
- spacy
|
4 |
- token-classification
|
|
|
5 |
language:
|
6 |
- la
|
7 |
license: mit
|
|
|
14 |
metrics:
|
15 |
- name: NER Precision
|
16 |
type: precision
|
17 |
+
value: 0.8746461151
|
18 |
- name: NER Recall
|
19 |
type: recall
|
20 |
+
value: 0.9040806373
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
+
value: 0.8891198337
|
24 |
- task:
|
25 |
name: TAG
|
26 |
type: token-classification
|
|
|
102 |
|
103 |
| Type | Score |
|
104 |
| --- | --- |
|
105 |
+
| `ENTS_F` | 88.91 |
|
106 |
+
| `ENTS_P` | 87.46 |
|
107 |
+
| `ENTS_R` | 90.41 |
|
108 |
+
| `NER_LOSS` | 3203.46 |
|
109 |
+
| `NER_TOK2VEC_LOSS` | 347.30 |
|
110 |
| `SENTS_F` | 92.20 |
|
111 |
| `SENTS_P` | 90.69 |
|
112 |
| `SENTS_R` | 93.77 |
|
la_core_web_sm-any-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0aecb1b9c9974b48b180092ab4e25b3bdba7c4b7b6cd47942e667cb054f07e04
|
3 |
+
size 16060963
|
meta.json
CHANGED
@@ -741,28 +741,28 @@
|
|
741 |
"senter"
|
742 |
],
|
743 |
"performance":{
|
744 |
-
"ents_f":0.
|
745 |
-
"ents_p":0.
|
746 |
-
"ents_r":0.
|
747 |
"ents_per_type":{
|
748 |
"PERSON":{
|
749 |
-
"p":0.
|
750 |
-
"r":0.
|
751 |
-
"f":0.
|
752 |
},
|
753 |
"LOC":{
|
754 |
-
"p":0.
|
755 |
-
"r":0.
|
756 |
-
"f":0.
|
757 |
},
|
758 |
"NORP":{
|
759 |
-
"p":0
|
760 |
-
"r":0.
|
761 |
-
"f":0.
|
762 |
}
|
763 |
},
|
764 |
-
"ner_loss":
|
765 |
-
"ner_tok2vec_loss":
|
766 |
"sents_f":0.9220485175,
|
767 |
"sents_p":0.906892895,
|
768 |
"sents_r":0.9377192982,
|
|
|
741 |
"senter"
|
742 |
],
|
743 |
"performance":{
|
744 |
+
"ents_f":0.8891198337,
|
745 |
+
"ents_p":0.8746461151,
|
746 |
+
"ents_r":0.9040806373,
|
747 |
"ents_per_type":{
|
748 |
"PERSON":{
|
749 |
+
"p":0.9035483239,
|
750 |
+
"r":0.9390790546,
|
751 |
+
"f":0.920971126
|
752 |
},
|
753 |
"LOC":{
|
754 |
+
"p":0.7552166934,
|
755 |
+
"r":0.8312720848,
|
756 |
+
"f":0.7914213625
|
757 |
},
|
758 |
"NORP":{
|
759 |
+
"p":1.0,
|
760 |
+
"r":0.0990990991,
|
761 |
+
"f":0.1803278689
|
762 |
}
|
763 |
},
|
764 |
+
"ner_loss":32.0346449701,
|
765 |
+
"ner_tok2vec_loss":3.4730339149,
|
766 |
"sents_f":0.9220485175,
|
767 |
"sents_p":0.906892895,
|
768 |
"sents_r":0.9377192982,
|
ner/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6138585
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f2f8b0b789ef94016c89e535df90ca9e98609ad07dd48fcaf036823c2079416
|
3 |
size 6138585
|