@mailwoman/neural-weights-fr-fr 5.1.0 → 5.2.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 +16 -7
- package/model.onnx +0 -0
- package/package.json +2 -2
- package/tokenizer.model +0 -0
package/model-card.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neural-weights-fr-fr",
|
|
3
|
-
"version": "
|
|
4
|
-
"model_lineage": "Ships the en-us
|
|
3
|
+
"version": "5.2.0",
|
|
4
|
+
"model_lineage": "Ships the en-us v5.2.0 nsplice-v2 model (bsplice-expanded + the #912-lever-4 Nordic vocab-splice, FVT mean-init; tokenizer v0.7.1-nsplice). One model serves both locales; see the en-us card for the full lineage + gate record.",
|
|
5
5
|
"phase": "Stage 3 — multi-locale (FR served by the shared en-us v1.9.3a3 model)",
|
|
6
|
-
"license": "AGPL-3.0-only",
|
|
6
|
+
"license": "AGPL-3.0-only OR LicenseRef-Commercial",
|
|
7
7
|
"locale": "fr-fr",
|
|
8
8
|
"training": {
|
|
9
9
|
"corpus_version": "0.5.0 (char-offset span labels #519) + synth-fr-order shard (#561)",
|
|
@@ -14,10 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
"requires": {
|
|
16
16
|
"$comment": "SHIP-CONFIG mirrored from neural-weights-en-us (#718/#721): this package ships en-us's model, so its required channels are identical. createScorer / loadFromWeights read this and feed anchor + gazetteer + the conventions mask; running channel-OFF is the #566/#685 OOD crater. Reconciled in #721 — this block was previously ABSENT, so loadFromWeights gave fr-fr a partial (anchor + gazetteer only) ship-config.",
|
|
17
|
-
"anchor": {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
17
|
+
"anchor": {
|
|
18
|
+
"required": true
|
|
19
|
+
},
|
|
20
|
+
"gazetteer": {
|
|
21
|
+
"required": true
|
|
22
|
+
},
|
|
23
|
+
"conventions": {
|
|
24
|
+
"required": true,
|
|
25
|
+
"mode": "auto"
|
|
26
|
+
},
|
|
27
|
+
"bridge": {
|
|
28
|
+
"required": false
|
|
29
|
+
},
|
|
21
30
|
"suppress_gazetteer_near_postcode": true
|
|
22
31
|
},
|
|
23
32
|
"components_supported": [
|
package/model.onnx
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailwoman/neural-weights-fr-fr",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Mailwoman neural-classifier weights for locale 'fr-fr'. Data-only package — loaded by @mailwoman/neural at runtime.",
|
|
5
|
-
"license": "AGPL-3.0-only",
|
|
5
|
+
"license": "AGPL-3.0-only OR LicenseRef-Commercial",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/sister-software/mailwoman.git",
|
package/tokenizer.model
CHANGED
|
Binary file
|