@mailwoman/neural-weights-en-us 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/model-card.json +18 -6
- package/package.json +1 -1
package/model-card.json
CHANGED
|
@@ -176,22 +176,34 @@
|
|
|
176
176
|
"cz": {
|
|
177
177
|
"v4_15_0": 22.4,
|
|
178
178
|
"v5_1_0": 14.8,
|
|
179
|
-
"diff_ci95_pp": [
|
|
179
|
+
"diff_ci95_pp": [
|
|
180
|
+
-10.3,
|
|
181
|
+
-5.1
|
|
182
|
+
]
|
|
180
183
|
},
|
|
181
184
|
"pl": {
|
|
182
185
|
"v4_15_0": 27.9,
|
|
183
186
|
"v5_1_0": 7.9,
|
|
184
|
-
"diff_ci95_pp": [
|
|
187
|
+
"diff_ci95_pp": [
|
|
188
|
+
-22.7,
|
|
189
|
+
-17.4
|
|
190
|
+
]
|
|
185
191
|
},
|
|
186
192
|
"sk": {
|
|
187
193
|
"v4_15_0": 22.2,
|
|
188
194
|
"v5_1_0": 13.2,
|
|
189
|
-
"diff_ci95_pp": [
|
|
195
|
+
"diff_ci95_pp": [
|
|
196
|
+
-11.5,
|
|
197
|
+
-6.4
|
|
198
|
+
]
|
|
190
199
|
},
|
|
191
200
|
"si": {
|
|
192
201
|
"v4_15_0": 18.9,
|
|
193
202
|
"v5_1_0": 10.6,
|
|
194
|
-
"diff_ci95_pp": [
|
|
203
|
+
"diff_ci95_pp": [
|
|
204
|
+
-10.4,
|
|
205
|
+
-6.4
|
|
206
|
+
]
|
|
195
207
|
},
|
|
196
208
|
"$note": "reservoir-sampled 1k-row OA coord sets (oa-{cz,pl,sk,si}-coord-1k.jsonl), graded parse→resolve→great-circle, int8 ship artifact"
|
|
197
209
|
},
|
|
@@ -340,8 +352,8 @@
|
|
|
340
352
|
}
|
|
341
353
|
},
|
|
342
354
|
"files_md5": {
|
|
343
|
-
"$comment": "Source artifact md5s (int8 model-
|
|
344
|
-
"model.onnx": "
|
|
355
|
+
"$comment": "Source artifact md5s (int8 model-v230-nl-postcode-int8.onnx [v5.4.0, the #924 fine-tune] + tokenizer v0.7.1-nsplice, unchanged from v5.2.0). The PUBLISHED files are re-verified against these at release Step 4.",
|
|
356
|
+
"model.onnx": "ea785a70c4e80c0a3ba3c7ec796b3395",
|
|
345
357
|
"tokenizer.model": "8e1cab7c501af834fbfcd6c4b8d78cad"
|
|
346
358
|
},
|
|
347
359
|
"capabilities": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailwoman/neural-weights-en-us",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"description": "Mailwoman neural-classifier weights for locale 'en-us'. Data-only package — loaded by @mailwoman/neural at runtime.",
|
|
5
5
|
"license": "AGPL-3.0-only OR LicenseRef-Commercial",
|
|
6
6
|
"repository": {
|