ihk commited on
Commit
cb74416
1 Parent(s): 13ee2e1

Update spaCy pipeline

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. en_skillner-any-py3-none-any.whl +2 -2
  3. meta.json +34 -148
  4. ner/model +1 -1
  5. vocab/strings.json +0 -0
README.md CHANGED
@@ -14,13 +14,13 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.0
18
  - name: NER Recall
19
  type: recall
20
- value: 0.0
21
  - name: NER F Score
22
  type: f_score
23
- value: 0
24
  ---
25
  A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT from job adverts.
26
 
@@ -34,7 +34,7 @@ A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT
34
  | **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
35
  | **Sources** | [OntoNotes 5](https://catalog.ldc.upenn.edu/LDC2013T19) (Ralph Weischedel, Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti, Robert Belvin, Ann Houston)<br>[ClearNLP Constituent-to-Dependency Conversion](https://github.com/clir/clearnlp-guidelines/blob/master/md/components/dependency_conversion.md) (Emory University)<br>[WordNet 3.0](https://wordnet.princeton.edu/) (Princeton University)<br>[Explosion Vectors (OSCAR 2109 + Wikipedia + OpenSubtitles + WMT News Crawl)](https://github.com/explosion/spacy-vectors-builder) (Explosion) |
36
  | **License** | `MIT` |
37
- | **Author** | [Explosion](https://explosion.ai) |
38
 
39
  ### Label Scheme
40
 
@@ -52,6 +52,6 @@ A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT
52
 
53
  | Type | Score |
54
  | --- | --- |
55
- | `ENTS_P` | 0.00 |
56
- | `ENTS_R` | 0.00 |
57
- | `ENTS_F` | 0.00 |
 
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.4605714286
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.4574347333
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.4589977221
24
  ---
25
  A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT from job adverts.
26
 
 
34
  | **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
35
  | **Sources** | [OntoNotes 5](https://catalog.ldc.upenn.edu/LDC2013T19) (Ralph Weischedel, Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti, Robert Belvin, Ann Houston)<br>[ClearNLP Constituent-to-Dependency Conversion](https://github.com/clir/clearnlp-guidelines/blob/master/md/components/dependency_conversion.md) (Emory University)<br>[WordNet 3.0](https://wordnet.princeton.edu/) (Princeton University)<br>[Explosion Vectors (OSCAR 2109 + Wikipedia + OpenSubtitles + WMT News Crawl)](https://github.com/explosion/spacy-vectors-builder) (Explosion) |
36
  | **License** | `MIT` |
37
+ | **Author** | [nestauk](https://explosion.ai) |
38
 
39
  ### Label Scheme
40
 
 
52
 
53
  | Type | Score |
54
  | --- | --- |
55
+ | `ENTS_P` | 46.06 |
56
+ | `ENTS_R` | 45.74 |
57
+ | `ENTS_F` | 45.90 |
en_skillner-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4400576009ad90675cf87ab01dc9e28bc1e1094fedb77015ea3ea58d58aae75c
3
- size 587676305
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6401718f0b7e4271c63c65f625a931ecadad6916c30ebfaf4a954f3c645912
3
+ size 587702666
meta.json CHANGED
@@ -3,7 +3,7 @@
3
  "name":"skillner",
4
  "version":"3.7.1",
5
  "description":"A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT from job adverts.",
6
- "author":"Explosion",
7
  "email":"contact@explosion.ai",
8
  "url":"https://explosion.ai",
9
  "license":"MIT",
@@ -43,159 +43,45 @@
43
  "senter"
44
  ],
45
  "performance":{
46
- "ents_p":0.0,
47
- "ents_r":0.0,
48
- "ents_f":0,
49
  "ents_per_type":{
50
  "SKILL":{
51
- "ent_type":{
52
- "correct":0,
53
- "incorrect":0,
54
- "partial":0,
55
- "missed":8,
56
- "spurious":4,
57
- "possible":8,
58
- "actual":4,
59
- "precision":0.0,
60
- "recall":0.0,
61
- "f1":0
62
- },
63
- "partial":{
64
- "correct":0,
65
- "incorrect":0,
66
- "partial":0,
67
- "missed":8,
68
- "spurious":4,
69
- "possible":8,
70
- "actual":4,
71
- "precision":0.0,
72
- "recall":0.0,
73
- "f1":0
74
- },
75
- "strict":{
76
- "correct":0,
77
- "incorrect":0,
78
- "partial":0,
79
- "missed":8,
80
- "spurious":4,
81
- "possible":8,
82
- "actual":4,
83
- "precision":0.0,
84
- "recall":0.0,
85
- "f1":0
86
- },
87
- "exact":{
88
- "correct":0,
89
- "incorrect":0,
90
- "partial":0,
91
- "missed":8,
92
- "spurious":4,
93
- "possible":8,
94
- "actual":4,
95
- "precision":0.0,
96
- "recall":0.0,
97
- "f1":0
98
- }
99
  },
100
  "EXPERIENCE":{
101
- "ent_type":{
102
- "correct":0,
103
- "incorrect":0,
104
- "partial":0,
105
- "missed":1,
106
- "spurious":0,
107
- "possible":1,
108
- "actual":0,
109
- "precision":0,
110
- "recall":0.0,
111
- "f1":0
112
- },
113
- "partial":{
114
- "correct":0,
115
- "incorrect":0,
116
- "partial":0,
117
- "missed":1,
118
- "spurious":0,
119
- "possible":1,
120
- "actual":0,
121
- "precision":0,
122
- "recall":0.0,
123
- "f1":0
124
- },
125
- "strict":{
126
- "correct":0,
127
- "incorrect":0,
128
- "partial":0,
129
- "missed":1,
130
- "spurious":0,
131
- "possible":1,
132
- "actual":0,
133
- "precision":0,
134
- "recall":0.0,
135
- "f1":0
136
- },
137
- "exact":{
138
- "correct":0,
139
- "incorrect":0,
140
- "partial":0,
141
- "missed":1,
142
- "spurious":0,
143
- "possible":1,
144
- "actual":0,
145
- "precision":0,
146
- "recall":0.0,
147
- "f1":0
148
- }
149
  },
150
  "BENEFIT":{
151
- "ent_type":{
152
- "correct":0,
153
- "incorrect":0,
154
- "partial":0,
155
- "missed":0,
156
- "spurious":0,
157
- "possible":0,
158
- "actual":0,
159
- "precision":0,
160
- "recall":0,
161
- "f1":0
162
- },
163
- "partial":{
164
- "correct":0,
165
- "incorrect":0,
166
- "partial":0,
167
- "missed":0,
168
- "spurious":0,
169
- "possible":0,
170
- "actual":0,
171
- "precision":0,
172
- "recall":0,
173
- "f1":0
174
- },
175
- "strict":{
176
- "correct":0,
177
- "incorrect":0,
178
- "partial":0,
179
- "missed":0,
180
- "spurious":0,
181
- "possible":0,
182
- "actual":0,
183
- "precision":0,
184
- "recall":0,
185
- "f1":0
186
- },
187
- "exact":{
188
- "correct":0,
189
- "incorrect":0,
190
- "partial":0,
191
- "missed":0,
192
- "spurious":0,
193
- "possible":0,
194
- "actual":0,
195
- "precision":0,
196
- "recall":0,
197
- "f1":0
198
- }
199
  }
200
  }
201
  },
 
3
  "name":"skillner",
4
  "version":"3.7.1",
5
  "description":"A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT from job adverts.",
6
+ "author":"nestauk",
7
  "email":"contact@explosion.ai",
8
  "url":"https://explosion.ai",
9
  "license":"MIT",
 
43
  "senter"
44
  ],
45
  "performance":{
46
+ "ents_p":0.4605714286,
47
+ "ents_r":0.4574347333,
48
+ "ents_f":0.4589977221,
49
  "ents_per_type":{
50
  "SKILL":{
51
+ "correct":461,
52
+ "incorrect":8,
53
+ "partial":0,
54
+ "missed":304,
55
+ "spurious":340,
56
+ "possible":773,
57
+ "actual":809,
58
+ "precision":0.5698393078,
59
+ "recall":0.596377749,
60
+ "f1":0.582806574
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  },
62
  "EXPERIENCE":{
63
+ "correct":33,
64
+ "incorrect":16,
65
+ "partial":0,
66
+ "missed":59,
67
+ "spurious":17,
68
+ "possible":108,
69
+ "actual":66,
70
+ "precision":0.5,
71
+ "recall":0.3055555556,
72
+ "f1":0.3793103448
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  },
74
  "BENEFIT":{
75
+ "correct":0,
76
+ "incorrect":0,
77
+ "partial":0,
78
+ "missed":0,
79
+ "spurious":0,
80
+ "possible":0,
81
+ "actual":0,
82
+ "precision":0,
83
+ "recall":0,
84
+ "f1":0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }
86
  }
87
  },
ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad1527a2acf17522a21c700e9001234b38055adccc15ac43d2ccf9303e31d306
3
  size 6383023
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f3751c9e8131d61d924c752bc58f62e329d56e34612a544a8cea766b0bc6e5
3
  size 6383023
vocab/strings.json CHANGED
The diff for this file is too large to render. See raw diff