Update spaCy pipeline
Browse files- README.md +9 -9
- config.cfg +5 -5
- en_model_ner_skills-any-py3-none-any.whl +2 -2
- meta.json +9 -9
- ner/model +1 -1
- ner/moves +1 -1
- tok2vec/model +1 -1
- vocab/strings.json +2 -2
README.md
CHANGED
@@ -13,18 +13,18 @@ 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 |
| Feature | Description |
|
25 |
| --- | --- |
|
26 |
| **Name** | `en_model_ner_skills` |
|
27 |
-
| **Version** | `0.0.
|
28 |
| **spaCy** | `>=3.2.1,<3.3.0` |
|
29 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
30 |
| **Components** | `tok2vec`, `ner` |
|
@@ -49,8 +49,8 @@ model-index:
|
|
49 |
|
50 |
| Type | Score |
|
51 |
| --- | --- |
|
52 |
-
| `ENTS_F` |
|
53 |
-
| `ENTS_P` |
|
54 |
-
| `ENTS_R` |
|
55 |
-
| `TOK2VEC_LOSS` |
|
56 |
-
| `NER_LOSS` |
|
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
+
value: 0.3524590164
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
+
value: 0.2097560976
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
+
value: 0.2629969419
|
23 |
---
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
26 |
| **Name** | `en_model_ner_skills` |
|
27 |
+
| **Version** | `0.0.1` |
|
28 |
| **spaCy** | `>=3.2.1,<3.3.0` |
|
29 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
30 |
| **Components** | `tok2vec`, `ner` |
|
|
|
49 |
|
50 |
| Type | Score |
|
51 |
| --- | --- |
|
52 |
+
| `ENTS_F` | 26.30 |
|
53 |
+
| `ENTS_P` | 35.25 |
|
54 |
+
| `ENTS_R` | 20.98 |
|
55 |
+
| `TOK2VEC_LOSS` | 435174.75 |
|
56 |
+
| `NER_LOSS` | 925698.56 |
|
config.cfg
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[paths]
|
2 |
-
train = "./
|
3 |
dev = "./val_data.spacy"
|
4 |
vectors = null
|
5 |
init_tok2vec = null
|
@@ -11,7 +11,7 @@ seed = 0
|
|
11 |
[nlp]
|
12 |
lang = "en"
|
13 |
pipeline = ["tok2vec","ner"]
|
14 |
-
batch_size =
|
15 |
disabled = []
|
16 |
before_creation = null
|
17 |
after_creation = null
|
@@ -87,9 +87,9 @@ gpu_allocator = ${system.gpu_allocator}
|
|
87 |
dropout = 0.1
|
88 |
accumulate_gradient = 1
|
89 |
patience = 3200
|
90 |
-
max_epochs =
|
91 |
-
max_steps =
|
92 |
-
eval_frequency =
|
93 |
frozen_components = []
|
94 |
annotating_components = []
|
95 |
before_to_disk = null
|
|
|
1 |
[paths]
|
2 |
+
train = "./train_2_0.spacy"
|
3 |
dev = "./val_data.spacy"
|
4 |
vectors = null
|
5 |
init_tok2vec = null
|
|
|
11 |
[nlp]
|
12 |
lang = "en"
|
13 |
pipeline = ["tok2vec","ner"]
|
14 |
+
batch_size = 32
|
15 |
disabled = []
|
16 |
before_creation = null
|
17 |
after_creation = null
|
|
|
87 |
dropout = 0.1
|
88 |
accumulate_gradient = 1
|
89 |
patience = 3200
|
90 |
+
max_epochs = 30
|
91 |
+
max_steps = 30000
|
92 |
+
eval_frequency = 500
|
93 |
frozen_components = []
|
94 |
annotating_components = []
|
95 |
before_to_disk = null
|
en_model_ner_skills-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:0a18e9a2791ed6d0652b67b0458b3ede99100a1a148ef3d67be38ab5d3d91185
|
3 |
+
size 4316036
|
meta.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"lang":"en",
|
3 |
"name":"model_ner_skills",
|
4 |
-
"version":"0.0.
|
5 |
"description":"",
|
6 |
"author":"",
|
7 |
"email":"",
|
@@ -35,18 +35,18 @@
|
|
35 |
|
36 |
],
|
37 |
"performance":{
|
38 |
-
"ents_f":0.
|
39 |
-
"ents_p":0.
|
40 |
-
"ents_r":0.
|
41 |
"ents_per_type":{
|
42 |
"SKILL":{
|
43 |
-
"p":0.
|
44 |
-
"r":0.
|
45 |
-
"f":0.
|
46 |
}
|
47 |
},
|
48 |
-
"tok2vec_loss":
|
49 |
-
"ner_loss":
|
50 |
},
|
51 |
"requirements":[
|
52 |
|
|
|
1 |
{
|
2 |
"lang":"en",
|
3 |
"name":"model_ner_skills",
|
4 |
+
"version":"0.0.1",
|
5 |
"description":"",
|
6 |
"author":"",
|
7 |
"email":"",
|
|
|
35 |
|
36 |
],
|
37 |
"performance":{
|
38 |
+
"ents_f":0.2629969419,
|
39 |
+
"ents_p":0.3524590164,
|
40 |
+
"ents_r":0.2097560976,
|
41 |
"ents_per_type":{
|
42 |
"SKILL":{
|
43 |
+
"p":0.3524590164,
|
44 |
+
"r":0.2097560976,
|
45 |
+
"f":0.2629969419
|
46 |
}
|
47 |
},
|
48 |
+
"tok2vec_loss":4351.7475224104,
|
49 |
+
"ner_loss":9256.9855909426
|
50 |
},
|
51 |
"requirements":[
|
52 |
|
ner/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 127508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b67ab46f2f6731183fb7b3b7fe09885b5401c2c8fe5991825279dd5a25379032
|
3 |
size 127508
|
ner/moves
CHANGED
@@ -1 +1 @@
|
|
1 |
-
��moves�
|
|
|
1 |
+
��moves�h{"0":{},"1":{"SKILL":21499},"2":{"SKILL":21499},"3":{"SKILL":21499},"4":{"SKILL":21499,"":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 4443194
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18f5b0ae3a1a927fbdc9c5ef5821ecc952c788ed8eee7cdca78064b239610ee4
|
3 |
size 4443194
|
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:69dde8d3baa024f467d0ba6e89f862ff67719e367a16a3450f2c108eebdeffa6
|
3 |
+
size 252045
|