@cyberlangke/tokkit-microsoft 1.8.0 → 1.10.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/COPYRIGHT +1 -0
- package/README.md +41 -4
- package/dist/generated/bitnet_b1_58_2b_4t.cjs +25 -0
- package/dist/generated/bitnet_b1_58_2b_4t.js +5 -0
- package/dist/index.cjs +6 -0
- package/dist/index.js +6 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -25,6 +25,12 @@ module.exports = __toCommonJS(index_exports);
|
|
|
25
25
|
var import_tokkit_core = require("@cyberlangke/tokkit-core");
|
|
26
26
|
__reExport(index_exports, require("@cyberlangke/tokkit-core"), module.exports);
|
|
27
27
|
const BUILTIN_FAMILIES = [
|
|
28
|
+
{
|
|
29
|
+
family: "bitnet-b1.58-2b-4t",
|
|
30
|
+
aliases: ["bitnet_b1_58_2b_4t"],
|
|
31
|
+
models: ["microsoft/bitnet-b1.58-2B-4T"],
|
|
32
|
+
modulePath: "./generated/bitnet_b1_58_2b_4t.js"
|
|
33
|
+
},
|
|
28
34
|
{
|
|
29
35
|
family: "phi-1",
|
|
30
36
|
aliases: ["phi1", "phi_1"],
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { registerTokenizerFamily, unpackPackedAsset } from "@cyberlangke/tokkit-core";
|
|
2
2
|
export * from "@cyberlangke/tokkit-core";
|
|
3
3
|
const BUILTIN_FAMILIES = [
|
|
4
|
+
{
|
|
5
|
+
family: "bitnet-b1.58-2b-4t",
|
|
6
|
+
aliases: ["bitnet_b1_58_2b_4t"],
|
|
7
|
+
models: ["microsoft/bitnet-b1.58-2B-4T"],
|
|
8
|
+
modulePath: "./generated/bitnet_b1_58_2b_4t.js"
|
|
9
|
+
},
|
|
4
10
|
{
|
|
5
11
|
family: "phi-1",
|
|
6
12
|
aliases: ["phi1", "phi_1"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberlangke/tokkit-microsoft",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "Microsoft tokenizer families for tokkit.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dev": "tsup --watch"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@cyberlangke/tokkit-core": "1.
|
|
25
|
+
"@cyberlangke/tokkit-core": "1.10.0"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|