@bendyline/gilde 0.1.18 → 0.1.20
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 +6 -1
- package/authoring/chat-models/README.md +26 -0
- package/authoring/chat-models/btl4-35b-q4.json +142 -0
- package/authoring/chat-models/btl4-compact-iq2.json +142 -0
- package/authoring/chat-models/deepseek-r1-8b-q4.json +53 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-mxfp4.json +110 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q2.json +110 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q2q4.json +111 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q4.json +113 -0
- package/authoring/chat-models/gemma4-12b-q4.json +190 -0
- package/authoring/chat-models/gemma4-12b-q8.json +164 -0
- package/authoring/chat-models/gemma4-26b-q4.json +90 -0
- package/authoring/chat-models/gemma4-31b-q4.json +81 -0
- package/authoring/chat-models/gemma4-e2b-q4.json +76 -0
- package/authoring/chat-models/gemma4-e4b-q4.json +71 -0
- package/authoring/chat-models/glm-5.2-754b-q2.json +60 -0
- package/authoring/chat-models/gpt-oss-120b-q4.json +48 -0
- package/authoring/chat-models/gpt-oss-20b-q4.json +47 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q4.json +127 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q6.json +121 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q8.json +127 -0
- package/authoring/chat-models/lfm2.5-2.6b-q4.json +39 -0
- package/authoring/chat-models/llama3.2-3b-q4.json +42 -0
- package/authoring/chat-models/mistral-7b-q4.json +53 -0
- package/authoring/chat-models/mistral-medium-3.5-128b-q4.json +57 -0
- package/authoring/chat-models/muse-glimmer-30b-q4.json +126 -0
- package/authoring/chat-models/nemotron3-nano-30b-q4.json +49 -0
- package/authoring/chat-models/nemotron3-super-120b-q4.json +41 -0
- package/authoring/chat-models/ornith-35b-q4.json +145 -0
- package/authoring/chat-models/ornith-35b-q8.json +145 -0
- package/authoring/chat-models/ornith-9b-q4.json +146 -0
- package/authoring/chat-models/qwen3.5-122b-a10b-q4.json +172 -0
- package/authoring/chat-models/qwen3.5-2b-q4.json +70 -0
- package/authoring/chat-models/qwen3.5-4b-q4.json +61 -0
- package/authoring/chat-models/qwen3.5-9b-q4.json +61 -0
- package/authoring/chat-models/qwen3.6-27b-q4.json +66 -0
- package/authoring/chat-models/qwen3.6-27b-q8.json +153 -0
- package/authoring/chat-models/qwen3.6-35b-a3b-q4.json +154 -0
- package/authoring/chat-models/qwen3.6-35b-a3b-q8.json +154 -0
- package/authoring/chat-models/talkie-1930-13b-q4.json +74 -0
- package/authoring/chat-models/ternary-bonsai-27b-q2.json +144 -0
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +65 -0
- package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +18 -0
- package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +5 -5
- package/data/chat-models/gp/gpt-oss-120b-q4/versions/1.1.0/manifest.json +135 -0
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +135 -0
- package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.0/manifest.json +20 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/pu/pull-request-review/manifest.json +5 -1
- package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/craftbook.json +159 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/test.json +172 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.3.0/craftbook.json +156 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.3.0/test.json +172 -0
- package/package.json +4 -2
- package/schemas/chat-model-identity.schema.json +44 -0
- package/schemas/chat-model-version.schema.json +3 -0
- package/schemas/connector-type-identity.schema.json +3 -0
- package/schemas/connector-type-version.schema.json +3 -0
- package/schemas/craftbook-doc.schema.json +3 -0
- package/schemas/craftbook-template-identity.schema.json +3 -0
- package/schemas/craftbook-template-version.schema.json +3 -0
- package/schemas/gezel-template-identity.schema.json +3 -0
- package/schemas/gezel-template-version.schema.json +3 -0
- package/schemas/image-model-identity.schema.json +3 -0
- package/schemas/image-model-version.schema.json +3 -0
- package/schemas/project-type-identity.schema.json +3 -0
- package/schemas/project-type-version.schema.json +3 -0
- package/schemas/toolset-identity.schema.json +3 -0
- package/schemas/toolset-version.schema.json +3 -0
- package/schemas/video-model-identity.schema.json +3 -0
- package/schemas/video-model-version.schema.json +3 -0
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ternary-bonsai-27b-q2",
|
|
3
|
+
"name": "Ternary Bonsai 27B (2-bit)",
|
|
4
|
+
"description": "PrismML's ternary 2-bit adaptation of Qwen 3.6 27B. Multimodal (text + image + video), 262K native context, thinking and tool-calling support, packaged for Apple Silicon in roughly 8.5GB. A promising 27B-class on-device option for Macs with 16GB+ unified memory; 24GB+ is recommended for useful context headroom.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"prismml",
|
|
7
|
+
"qwen",
|
|
8
|
+
"ternary",
|
|
9
|
+
"2-bit",
|
|
10
|
+
"multimodal",
|
|
11
|
+
"vision",
|
|
12
|
+
"video",
|
|
13
|
+
"tools",
|
|
14
|
+
"reasoning",
|
|
15
|
+
"long-context"
|
|
16
|
+
],
|
|
17
|
+
"category": "general",
|
|
18
|
+
"maintainer": {
|
|
19
|
+
"name": "PrismML",
|
|
20
|
+
"url": "https://prismml.com"
|
|
21
|
+
},
|
|
22
|
+
"version": "1.0.0",
|
|
23
|
+
"updatedAt": "2026-07-14T00:00:00Z",
|
|
24
|
+
"license": "Apache-2.0",
|
|
25
|
+
"licenseClass": "open",
|
|
26
|
+
"licenseShortName": "Apache 2.0",
|
|
27
|
+
"parameterSize": "27B",
|
|
28
|
+
"approxSizeBytes": 8520000000,
|
|
29
|
+
"supportsTools": true,
|
|
30
|
+
"contextWindow": 262144,
|
|
31
|
+
"upstream": "https://huggingface.co/prism-ml/Ternary-Bonsai-27B-mlx-2bit",
|
|
32
|
+
"style": {
|
|
33
|
+
"family": "qwen",
|
|
34
|
+
"reasoningFormat": "think",
|
|
35
|
+
"toolCallFormat": "function-call"
|
|
36
|
+
},
|
|
37
|
+
"behaviors": [
|
|
38
|
+
"reasoning.strip-think-tags",
|
|
39
|
+
"provider.merge-system-messages",
|
|
40
|
+
"mcp.compact-tool-schemas",
|
|
41
|
+
"provider.compact-write-transcript",
|
|
42
|
+
"fabrication.detect-past-tense-no-tools",
|
|
43
|
+
"turn.ollama-num-predict-bumped",
|
|
44
|
+
"turn.preamble-folding",
|
|
45
|
+
"turn.ramble-detection",
|
|
46
|
+
"tools.mlx-grammar",
|
|
47
|
+
"prompt.derive-by-execution"
|
|
48
|
+
],
|
|
49
|
+
"tuning": {
|
|
50
|
+
"sampling": {
|
|
51
|
+
"temperature": 0.7,
|
|
52
|
+
"topP": 0.95,
|
|
53
|
+
"topK": 20,
|
|
54
|
+
"minP": 0,
|
|
55
|
+
"maxTokens": 8192
|
|
56
|
+
},
|
|
57
|
+
"samplingWhenThinking": {
|
|
58
|
+
"temperature": 0.7,
|
|
59
|
+
"topP": 0.95
|
|
60
|
+
},
|
|
61
|
+
"reasoning": {
|
|
62
|
+
"enableThinking": true,
|
|
63
|
+
"thinkingBudget": 4096
|
|
64
|
+
},
|
|
65
|
+
"promptTags": {
|
|
66
|
+
"enableThinkingTag": "/think",
|
|
67
|
+
"disableThinkingTag": "/no_think"
|
|
68
|
+
},
|
|
69
|
+
"profiles": {
|
|
70
|
+
"thinking-general": {
|
|
71
|
+
"sampling": {
|
|
72
|
+
"temperature": 0.7,
|
|
73
|
+
"topP": 0.95,
|
|
74
|
+
"topK": 20,
|
|
75
|
+
"minP": 0,
|
|
76
|
+
"repetitionPenalty": 1,
|
|
77
|
+
"maxTokens": 12288
|
|
78
|
+
},
|
|
79
|
+
"reasoning": {
|
|
80
|
+
"enableThinking": true,
|
|
81
|
+
"thinkingBudget": 4096
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"thinking-coding": {
|
|
85
|
+
"sampling": {
|
|
86
|
+
"temperature": 0.6,
|
|
87
|
+
"topP": 0.95,
|
|
88
|
+
"topK": 20,
|
|
89
|
+
"minP": 0,
|
|
90
|
+
"repetitionPenalty": 1,
|
|
91
|
+
"maxTokens": 16384
|
|
92
|
+
},
|
|
93
|
+
"reasoning": {
|
|
94
|
+
"enableThinking": true,
|
|
95
|
+
"thinkingBudget": 6144
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"thinking-precise": {
|
|
99
|
+
"sampling": {
|
|
100
|
+
"temperature": 0.4,
|
|
101
|
+
"topP": 0.9,
|
|
102
|
+
"topK": 20,
|
|
103
|
+
"minP": 0,
|
|
104
|
+
"seed": 0,
|
|
105
|
+
"maxTokens": 6144
|
|
106
|
+
},
|
|
107
|
+
"reasoning": {
|
|
108
|
+
"enableThinking": true,
|
|
109
|
+
"thinkingBudget": 4096
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"instruct": {
|
|
113
|
+
"sampling": {
|
|
114
|
+
"temperature": 0.7,
|
|
115
|
+
"topP": 0.8,
|
|
116
|
+
"topK": 20,
|
|
117
|
+
"minP": 0,
|
|
118
|
+
"presencePenalty": 1.5,
|
|
119
|
+
"repetitionPenalty": 1,
|
|
120
|
+
"maxTokens": 4096
|
|
121
|
+
},
|
|
122
|
+
"reasoning": {
|
|
123
|
+
"enableThinking": false
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"creative": {
|
|
127
|
+
"sampling": {
|
|
128
|
+
"temperature": 1.1,
|
|
129
|
+
"topP": 0.95,
|
|
130
|
+
"topK": 40,
|
|
131
|
+
"maxTokens": 8192
|
|
132
|
+
},
|
|
133
|
+
"reasoning": {
|
|
134
|
+
"enableThinking": false
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"mlx": {
|
|
140
|
+
"huggingfaceRepo": "prism-ml/Ternary-Bonsai-27B-mlx-2bit",
|
|
141
|
+
"quantization": "2bit",
|
|
142
|
+
"residentBytes": 11100000000
|
|
143
|
+
}
|
|
144
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "chat-model",
|
|
4
|
+
"id": "glm-5.2-754b-q2",
|
|
5
|
+
"name": "GLM 5.2 (IQ2_XXS)",
|
|
6
|
+
"description": "antirez's routed 2-bit community GGUF of Z.ai's GLM 5.2 — a 754B-parameter Mixture-of-Experts (256 experts, 8 active per token, ~40B active) with a 1M-token context and DeepSeek-style sparse attention. The routed experts are crushed to IQ2_XXS (block 78 in Q2_K) while attention, the shared expert, embeddings, and the output head stay at Q8-class precision, landing the file at ~197 GB. Only ~20 GB of that is non-routed weight that must stay resident: DwarfStar streams the remaining ~177 GB of experts from SSD, so it runs on a 128 GB machine — but it is a very large download and a slow first turn. Built for antirez's `ds4` engine; these quants do not load on stock llama.cpp.",
|
|
7
|
+
"tags": [
|
|
8
|
+
"glm",
|
|
9
|
+
"reasoning",
|
|
10
|
+
"moe",
|
|
11
|
+
"tools",
|
|
12
|
+
"2-bit",
|
|
13
|
+
"iq2",
|
|
14
|
+
"long-context",
|
|
15
|
+
"large"
|
|
16
|
+
],
|
|
17
|
+
"category": "reasoning",
|
|
18
|
+
"maintainer": {
|
|
19
|
+
"name": "antirez",
|
|
20
|
+
"url": "https://huggingface.co/antirez/glm-5.2-gguf"
|
|
21
|
+
},
|
|
22
|
+
"version": "1.0.0",
|
|
23
|
+
"updatedAt": "2026-07-25T00:00:00Z",
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"parameterSize": "754B",
|
|
26
|
+
"approxSizeBytes": 211075856448,
|
|
27
|
+
"supportsTools": true,
|
|
28
|
+
"contextWindow": 1048576,
|
|
29
|
+
"upstream": "https://huggingface.co/zai-org/GLM-5.2",
|
|
30
|
+
"style": {
|
|
31
|
+
"family": "glm",
|
|
32
|
+
"reasoningFormat": "think",
|
|
33
|
+
"toolCallFormat": "function-call"
|
|
34
|
+
},
|
|
35
|
+
"behaviors": [
|
|
36
|
+
"reasoning.strip-think-tags",
|
|
37
|
+
"prompt.tool-cookbook-condensed",
|
|
38
|
+
"mcp.compact-tool-schemas",
|
|
39
|
+
"fabrication.detect-past-tense-no-tools",
|
|
40
|
+
"turn.preamble-folding"
|
|
41
|
+
],
|
|
42
|
+
"tuning": {
|
|
43
|
+
"sampling": {
|
|
44
|
+
"temperature": 1,
|
|
45
|
+
"topP": 0.95,
|
|
46
|
+
"maxTokens": 16384
|
|
47
|
+
},
|
|
48
|
+
"reasoning": {
|
|
49
|
+
"enableThinking": true,
|
|
50
|
+
"thinkingBudget": 4096
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"ds4": {
|
|
54
|
+
"huggingfaceRepo": "antirez/glm-5.2-gguf",
|
|
55
|
+
"revision": "2638b3b878f5c6cc3ae7334b8dbea1275025f52e",
|
|
56
|
+
"filename": "GLM-5.2-UD-IQ2_XXS_RoutedIQ2XXS_blk78Q2K.gguf",
|
|
57
|
+
"sha256": "a49de64c5020432bdae23de36a423a9660a5621bc0db8d12b66bd8814b07fea0",
|
|
58
|
+
"approxSizeBytes": 211075856448,
|
|
59
|
+
"quantization": "IQ2_XXS",
|
|
60
|
+
"residentBytes": 61363217408,
|
|
61
|
+
"cacheExpertsBytes": 34359738368,
|
|
62
|
+
"ssdStreaming": true,
|
|
63
|
+
"maxLaunchCtx": 65536
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"releasedAt": "2026-07-25T00:00:00Z",
|
|
5
|
+
"approxSizeBytes": 211075856448,
|
|
6
|
+
"ds4": {
|
|
7
|
+
"huggingfaceRepo": "antirez/glm-5.2-gguf",
|
|
8
|
+
"revision": "2638b3b878f5c6cc3ae7334b8dbea1275025f52e",
|
|
9
|
+
"filename": "GLM-5.2-UD-IQ2_XXS_RoutedIQ2XXS_blk78Q2K.gguf",
|
|
10
|
+
"sha256": "a49de64c5020432bdae23de36a423a9660a5621bc0db8d12b66bd8814b07fea0",
|
|
11
|
+
"approxSizeBytes": 211075856448,
|
|
12
|
+
"quantization": "IQ2_XXS",
|
|
13
|
+
"residentBytes": 61363217408,
|
|
14
|
+
"cacheExpertsBytes": 34359738368,
|
|
15
|
+
"ssdStreaming": true,
|
|
16
|
+
"maxLaunchCtx": 65536
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -38,6 +38,11 @@
|
|
|
38
38
|
"fabrication.detect-past-tense-no-tools",
|
|
39
39
|
"turn.preamble-folding"
|
|
40
40
|
],
|
|
41
|
+
"tuning": {
|
|
42
|
+
"reasoning": {
|
|
43
|
+
"effort": "medium"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
41
46
|
"ollama": {
|
|
42
47
|
"tag": "gpt-oss:120b"
|
|
43
48
|
},
|
|
@@ -166,10 +171,5 @@
|
|
|
166
171
|
"sizeBytes": 4200
|
|
167
172
|
}
|
|
168
173
|
]
|
|
169
|
-
},
|
|
170
|
-
"tuning": {
|
|
171
|
-
"reasoning": {
|
|
172
|
-
"effort": "medium"
|
|
173
|
-
}
|
|
174
174
|
}
|
|
175
175
|
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"releasedAt": "2026-05-17T00:00:00Z",
|
|
5
|
+
"approxSizeBytes": 65000000000,
|
|
6
|
+
"ollama": {
|
|
7
|
+
"tag": "gpt-oss:120b"
|
|
8
|
+
},
|
|
9
|
+
"llamaCpp": {
|
|
10
|
+
"huggingfaceRepo": "bartowski/openai_gpt-oss-120b-GGUF",
|
|
11
|
+
"revision": "8d64014efc314685c68ad448590f905fcb20e534",
|
|
12
|
+
"shards": [
|
|
13
|
+
{
|
|
14
|
+
"name": "openai_gpt-oss-120b-Q4_K_M/openai_gpt-oss-120b-Q4_K_M-00001-of-00002.gguf",
|
|
15
|
+
"sha256": "48b6bea561b52aaa3c10ca7681f35a923196cc348098e55ffc6ee3d184eb0949",
|
|
16
|
+
"sizeBytes": 39954683808
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "openai_gpt-oss-120b-Q4_K_M/openai_gpt-oss-120b-Q4_K_M-00002-of-00002.gguf",
|
|
20
|
+
"sha256": "06ab40ac3a9e2d7a77b6491b4cf76af152bee88ce493331a1f5147a0207abcad",
|
|
21
|
+
"sizeBytes": 22887029536
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"approxSizeBytes": 62841713344,
|
|
25
|
+
"quantization": "Q4_K_M"
|
|
26
|
+
},
|
|
27
|
+
"mlx": {
|
|
28
|
+
"huggingfaceRepo": "mlx-community/gpt-oss-120b-MXFP4-Q4",
|
|
29
|
+
"revision": "bce781bef0f2fc85ed4e575af74054f5aad73ddd",
|
|
30
|
+
"quantization": "MXFP4-Q4",
|
|
31
|
+
"approxSizeBytes": 62358097894,
|
|
32
|
+
"files": [
|
|
33
|
+
{
|
|
34
|
+
"name": "chat_template.jinja",
|
|
35
|
+
"sha256": "a4c9919cbbd4acdd51ccffe22da049264b1b73e59055fa58811a99efbd7c8146",
|
|
36
|
+
"sizeBytes": 16738
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "config.json",
|
|
40
|
+
"sha256": "d15a4db435befc6d28eff75c34f25386fb77ae56b88630857f372fd1fc25289d",
|
|
41
|
+
"sizeBytes": 50145
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "generation_config.json",
|
|
45
|
+
"sha256": "f9970ada892d2d1f72e3ed0a6535ccebadd11897318794ca671d8c7014c957da",
|
|
46
|
+
"sizeBytes": 177
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "model-00001-of-00013.safetensors",
|
|
50
|
+
"sha256": "f253063b8f2856e1e4bc0b3c3dcae743308574786c3de8e2b34e6108439a92a1",
|
|
51
|
+
"sizeBytes": 4930648083
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "model-00002-of-00013.safetensors",
|
|
55
|
+
"sha256": "75e5e879cf3eb84d8d520dd084f60aa9fa804a8ed9fe5bbfa3646c0abc196fcd",
|
|
56
|
+
"sizeBytes": 5133844451
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "model-00003-of-00013.safetensors",
|
|
60
|
+
"sha256": "8d45b4bd9a13913f1422d8056ab5e5455d961ee342810a483c65bc50e13e9825",
|
|
61
|
+
"sizeBytes": 5133844463
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "model-00004-of-00013.safetensors",
|
|
65
|
+
"sha256": "58a266ddeb125b5bb2f62329c1db6af5907917bce7e3228b6cd4c836d2b6ff1d",
|
|
66
|
+
"sizeBytes": 5133844452
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "model-00005-of-00013.safetensors",
|
|
70
|
+
"sha256": "9660b5a6a42ec1ecf59dd2d437ebb8f1e145d27d3d1a3b6551e4ad5f1231251c",
|
|
71
|
+
"sizeBytes": 5133844583
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "model-00006-of-00013.safetensors",
|
|
75
|
+
"sha256": "6a25c6255571f094de71bfbbbe0788edf40a1f42732caa67d5e34cafabe2b483",
|
|
76
|
+
"sizeBytes": 5133844503
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "model-00007-of-00013.safetensors",
|
|
80
|
+
"sha256": "baf2929ba19f5237b2eee1d70c62d366b7fe7efd2a36c301b276eb05117f92f4",
|
|
81
|
+
"sizeBytes": 5133844579
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "model-00008-of-00013.safetensors",
|
|
85
|
+
"sha256": "851ffd789b3fb575c93441b99a41326a1901ca931bebd1547fce68df91f6f9ae",
|
|
86
|
+
"sizeBytes": 5133844553
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "model-00009-of-00013.safetensors",
|
|
90
|
+
"sha256": "491729509a6b125c68f6756bb14fc27be8dc264fae3090ed6422468a07c16080",
|
|
91
|
+
"sizeBytes": 5133844551
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "model-00010-of-00013.safetensors",
|
|
95
|
+
"sha256": "3a985b1bb4073449483edcd1058390d46d6c2be2db74f77681ecd86114190367",
|
|
96
|
+
"sizeBytes": 5133844567
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "model-00011-of-00013.safetensors",
|
|
100
|
+
"sha256": "455f0edf416082de29bbcd906869bfcb2b8fddab58c3d6e57e348c72ccda0056",
|
|
101
|
+
"sizeBytes": 5133844583
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "model-00012-of-00013.safetensors",
|
|
105
|
+
"sha256": "40c8cf3a1797dce2b90a7e1db5858e337c173fc0e9055efe9362c56b8e0f06f1",
|
|
106
|
+
"sizeBytes": 5133844567
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "model-00013-of-00013.safetensors",
|
|
110
|
+
"sha256": "93e1477c64c3bd08f4f4202aee1e7305187e86dc82666659435620317f89bd83",
|
|
111
|
+
"sizeBytes": 927119654
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "model.safetensors.index.json",
|
|
115
|
+
"sha256": "6b2aab23124d1b9761c64a4f0076c8ecaf8955ed1d09f217aa9fb82c568991a6",
|
|
116
|
+
"sizeBytes": 100431
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "special_tokens_map.json",
|
|
120
|
+
"sha256": "8464cabd6eda239fe46ebf8ae63b46c417721784a961a022f6b59174a2cda0e2",
|
|
121
|
+
"sizeBytes": 440
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "tokenizer.json",
|
|
125
|
+
"sha256": "0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3",
|
|
126
|
+
"sizeBytes": 27868174
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "tokenizer_config.json",
|
|
130
|
+
"sha256": "9279e942392b742d633c7adbb89ebe002c98399db8926a7af5125c726f404070",
|
|
131
|
+
"sizeBytes": 4200
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
}
|