@mailwoman/neural-weights-it-it 9.1.0 → 9.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/README.md +1 -1
- package/package.json +16 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mailwoman/neural-weights-it-it
|
|
2
2
|
|
|
3
|
-
it-IT weights overlay for [mailwoman](https://mailwoman.
|
|
3
|
+
it-IT weights overlay for [mailwoman](https://mailwoman.ai).
|
|
4
4
|
|
|
5
5
|
**Data-only.** Declares `mailwoman.baseWeights` and shares the base model and tokenizer with
|
|
6
6
|
`@mailwoman/neural-weights-en-us`; what it adds is `pair-index-it.bin`.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailwoman/neural-weights-it-it",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.0",
|
|
4
4
|
"description": "it-IT weights overlay for mailwoman — data-only; shares the base model with @mailwoman/neural-weights-en-us.",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/sister-software/mailwoman.git",
|
|
9
|
-
"directory": "neural-weights-it-it"
|
|
9
|
+
"directory": "packages/neural-weights-it-it"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"model-card.json",
|
|
@@ -16,13 +16,25 @@
|
|
|
16
16
|
"**/*.ts",
|
|
17
17
|
"!*.test.ts",
|
|
18
18
|
"!**/*.test.ts",
|
|
19
|
-
"!scripts/**"
|
|
19
|
+
"!scripts/**",
|
|
20
|
+
"!test/**"
|
|
20
21
|
],
|
|
21
22
|
"type": "module",
|
|
23
|
+
"exports": {
|
|
24
|
+
"./*": "./*"
|
|
25
|
+
},
|
|
22
26
|
"dependencies": {
|
|
23
|
-
"@mailwoman/neural-weights-en-us": "9.
|
|
27
|
+
"@mailwoman/neural-weights-en-us": "9.2.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@mailwoman/resolver-wof-sqlite": "9.2.0"
|
|
24
31
|
},
|
|
25
32
|
"mailwoman": {
|
|
26
33
|
"baseWeights": "@mailwoman/neural-weights-en-us"
|
|
34
|
+
},
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"exports": {
|
|
37
|
+
"./*": "./*"
|
|
38
|
+
}
|
|
27
39
|
}
|
|
28
40
|
}
|