Update spaCy pipeline
Browse files- README.md +10 -10
- config.cfg +2 -2
- de_fnhd_nerdh-any-py3-none-any.whl +2 -2
- meta.json +25 -25
- ner/model +0 -0
- ner/moves +1 -1
- tok2vec/model +1 -1
- vocab/strings.json +2 -2
README.md
CHANGED
@@ -13,20 +13,20 @@ model-index:
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
-
value: 0.
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
-
value: 0.
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
-
value: 0.
|
23 |
---
|
24 |
-
Deutsche NER-Pipeline für frühneuhochdeutsche Texte.
|
25 |
|
26 |
| Feature | Description |
|
27 |
| --- | --- |
|
28 |
| **Name** | `de_fnhd_nerdh` |
|
29 |
-
| **Version** | `0.0.
|
30 |
| **spaCy** | `>=3.4.1,<3.5.0` |
|
31 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
32 |
| **Components** | `tok2vec`, `ner` |
|
@@ -51,8 +51,8 @@ Deutsche NER-Pipeline für frühneuhochdeutsche Texte.
|
|
51 |
|
52 |
| Type | Score |
|
53 |
| --- | --- |
|
54 |
-
| `ENTS_F` |
|
55 |
-
| `ENTS_P` |
|
56 |
-
| `ENTS_R` |
|
57 |
-
| `TOK2VEC_LOSS` |
|
58 |
-
| `NER_LOSS` |
|
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
+
value: 0.9629324547
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
+
value: 0.9504065041
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
+
value: 0.9566284779
|
23 |
---
|
24 |
+
Deutsche NER-Pipeline für frühneuhochdeutsche Texte (2.Version)
|
25 |
|
26 |
| Feature | Description |
|
27 |
| --- | --- |
|
28 |
| **Name** | `de_fnhd_nerdh` |
|
29 |
+
| **Version** | `0.0.2` |
|
30 |
| **spaCy** | `>=3.4.1,<3.5.0` |
|
31 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
32 |
| **Components** | `tok2vec`, `ner` |
|
|
|
51 |
|
52 |
| Type | Score |
|
53 |
| --- | --- |
|
54 |
+
| `ENTS_F` | 95.66 |
|
55 |
+
| `ENTS_P` | 96.29 |
|
56 |
+
| `ENTS_R` | 95.04 |
|
57 |
+
| `TOK2VEC_LOSS` | 25311.59 |
|
58 |
+
| `NER_LOSS` | 15478.32 |
|
config.cfg
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[paths]
|
2 |
-
train = "./
|
3 |
-
dev = "./
|
4 |
vectors = "de_core_news_lg"
|
5 |
init_tok2vec = null
|
6 |
|
|
|
1 |
[paths]
|
2 |
+
train = "./datsets_SeperaText/trainData.spacy"
|
3 |
+
dev = "./datsets_SeperaText/valuationData.spacy"
|
4 |
vectors = "de_core_news_lg"
|
5 |
init_tok2vec = null
|
6 |
|
de_fnhd_nerdh-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:7c52f43057f23ef4f54249227b8084ce5c95b8be3301d09c01fa8da68b955a30
|
3 |
+
size 586641106
|
meta.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"lang":"de",
|
3 |
"name":"fnhd_nerdh",
|
4 |
-
"version":"0.0.
|
5 |
-
"description":"Deutsche NER-Pipeline f\u00fcr fr\u00fchneuhochdeutsche Texte.",
|
6 |
"author":"ih",
|
7 |
"email":"",
|
8 |
"url":"",
|
@@ -39,38 +39,38 @@
|
|
39 |
|
40 |
],
|
41 |
"performance":{
|
42 |
-
"ents_f":0.
|
43 |
-
"ents_p":0.
|
44 |
-
"ents_r":0.
|
45 |
"ents_per_type":{
|
46 |
-
"ZEIT":{
|
47 |
-
"p":0.9371069182,
|
48 |
-
"r":0.9085365854,
|
49 |
-
"f":0.9226006192
|
50 |
-
},
|
51 |
"PERSON":{
|
52 |
-
"p":0.
|
53 |
-
"r":0.
|
54 |
-
"f":0.
|
55 |
},
|
56 |
-
"
|
57 |
-
"p":0.
|
58 |
-
"r":0.
|
59 |
-
"f":0.
|
60 |
},
|
61 |
"ORT":{
|
62 |
-
"p":0.
|
63 |
-
"r":0.
|
64 |
-
"f":0.
|
|
|
|
|
|
|
|
|
|
|
65 |
},
|
66 |
"ORGANISATION":{
|
67 |
-
"p":0
|
68 |
-
"r":0.
|
69 |
-
"f":0.
|
70 |
}
|
71 |
},
|
72 |
-
"tok2vec_loss":
|
73 |
-
"ner_loss":
|
74 |
},
|
75 |
"requirements":[
|
76 |
|
|
|
1 |
{
|
2 |
"lang":"de",
|
3 |
"name":"fnhd_nerdh",
|
4 |
+
"version":"0.0.2",
|
5 |
+
"description":"Deutsche NER-Pipeline f\u00fcr fr\u00fchneuhochdeutsche Texte (2.Version)",
|
6 |
"author":"ih",
|
7 |
"email":"",
|
8 |
"url":"",
|
|
|
39 |
|
40 |
],
|
41 |
"performance":{
|
42 |
+
"ents_f":0.9566284779,
|
43 |
+
"ents_p":0.9629324547,
|
44 |
+
"ents_r":0.9504065041,
|
45 |
"ents_per_type":{
|
|
|
|
|
|
|
|
|
|
|
46 |
"PERSON":{
|
47 |
+
"p":0.9662576687,
|
48 |
+
"r":0.9402985075,
|
49 |
+
"f":0.9531013616
|
50 |
},
|
51 |
+
"ZEIT":{
|
52 |
+
"p":0.9383753501,
|
53 |
+
"r":0.9463276836,
|
54 |
+
"f":0.9423347398
|
55 |
},
|
56 |
"ORT":{
|
57 |
+
"p":0.9677018634,
|
58 |
+
"r":0.97375,
|
59 |
+
"f":0.9707165109
|
60 |
+
},
|
61 |
+
"OBJEKT":{
|
62 |
+
"p":0.9613733906,
|
63 |
+
"r":0.9411764706,
|
64 |
+
"f":0.9511677282
|
65 |
},
|
66 |
"ORGANISATION":{
|
67 |
+
"p":1.0,
|
68 |
+
"r":0.873015873,
|
69 |
+
"f":0.9322033898
|
70 |
}
|
71 |
},
|
72 |
+
"tok2vec_loss":253.1158722301,
|
73 |
+
"ner_loss":154.7832370011
|
74 |
},
|
75 |
"requirements":[
|
76 |
|
ner/model
CHANGED
Binary files a/ner/model and b/ner/model differ
|
|
ner/moves
CHANGED
@@ -1 +1 @@
|
|
1 |
-
��moves�8{"0":{},"1":{"PERSON":
|
|
|
1 |
+
��moves�8{"0":{},"1":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56},"2":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56},"3":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56},"4":{"PERSON":1289,"ZEIT":699,"ORT":690,"OBJEKT":302,"ORGANISATION":56,"":1},"5":{"":1}}�cfg��neg_key�
|
tok2vec/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 34434008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1237e609e9f78858726f2e37e86470114f00465945bce5808a45f8eb8a7f9fc2
|
3 |
size 34434008
|
vocab/strings.json
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:75e262366b26109df0c4d3ac305f31a9f53bd8fd980f4744de98c0d5c0055c2b
|
3 |
+
size 17775605
|