@bendyline/gilde 0.1.41 → 0.1.43

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.
Files changed (24) hide show
  1. package/authoring/chat-models/granite4.2-30b-q4.json +141 -0
  2. package/authoring/chat-models/granite4.2-3b-q4.json +152 -0
  3. package/authoring/chat-models/granite4.2-8b-q4.json +145 -0
  4. package/data/chat-models/gr/granite4.2-30b-q4/manifest.json +200 -0
  5. package/data/chat-models/gr/granite4.2-30b-q4/versions/1.0.0/manifest.json +72 -0
  6. package/data/chat-models/gr/granite4.2-3b-q4/manifest.json +196 -0
  7. package/data/chat-models/gr/granite4.2-3b-q4/versions/1.0.0/manifest.json +57 -0
  8. package/data/chat-models/gr/granite4.2-8b-q4/manifest.json +189 -0
  9. package/data/chat-models/gr/granite4.2-8b-q4/versions/1.0.0/manifest.json +57 -0
  10. package/data/chat-models/index.json +1 -1
  11. package/data/craftbook-templates/index.json +1 -1
  12. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.4/test.json +0 -1
  13. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.5/craftbook.json +403 -0
  14. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.5/test.json +241 -0
  15. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.6/craftbook.json +403 -0
  16. package/data/craftbook-templates/po/powerpoint-deck/versions/1.7.6/test.json +241 -0
  17. package/data/craftbook-templates/pu/pull-request-review/versions/1.8.0/craftbook.json +304 -0
  18. package/data/craftbook-templates/pu/pull-request-review/versions/1.8.0/test.json +144 -0
  19. package/data/toolsets/do/docblocks/versions/2.5.0/manifest.json +95 -0
  20. package/data/toolsets/index.json +1 -1
  21. package/package.json +1 -1
  22. package/schemas/chat-model-identity.schema.json +1 -0
  23. package/schemas/craftbook-doc.schema.json +22 -0
  24. package/schemas/craftbook-template-version.schema.json +22 -0
@@ -0,0 +1,72 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-25T00:00:00Z",
5
+ "approxSizeBytes": 17721455328,
6
+ "llamaCpp": {
7
+ "huggingfaceRepo": "ibm-granite/granite-4.2-30b-GGUF",
8
+ "revision": "dccfa56fbb20bc2d8bef5cc43f3c7ef190b090cb",
9
+ "filename": "granite-4.2-30b-Q4_K_M.gguf",
10
+ "sha256": "f299dace85d77ee0e24ca0b6720bd211b1f4cd1f65b9c0a2111e79692e29c9be",
11
+ "approxSizeBytes": 17721455328,
12
+ "quantization": "Q4_K_M"
13
+ },
14
+ "mlx": {
15
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-30b-MLX-4bit",
16
+ "revision": "a9b33b84944a3c27062c60bad1a37e0299f04eb2",
17
+ "quantization": "4bit",
18
+ "approxSizeBytes": 16476412317,
19
+ "files": [
20
+ {
21
+ "name": "chat_template.jinja",
22
+ "sha256": "f0ba43f79b3cabca5e5a7584c77aec92f49feae45cdf7779c87d9fc54cd90258",
23
+ "sizeBytes": 9013
24
+ },
25
+ {
26
+ "name": "config.json",
27
+ "sha256": "a745ccdfe4a4d7579c7e30cc9615b09f045cd9a7abe1e4e967dda8d548230870",
28
+ "sizeBytes": 1187
29
+ },
30
+ {
31
+ "name": "generation_config.json",
32
+ "sha256": "1b9baf0a7959d31d7fb58ff6b506c27d09a73d395cadccc7e6dd1d4b7e43fd9d",
33
+ "sizeBytes": 207
34
+ },
35
+ {
36
+ "name": "model-00001-of-00004.safetensors",
37
+ "sha256": "2c6e511eda2fd702c2c189211929202aedae5ddbd29cfb023682bf3f97619e10",
38
+ "sizeBytes": 5332391152
39
+ },
40
+ {
41
+ "name": "model-00002-of-00004.safetensors",
42
+ "sha256": "25350f8f9cf7c794ef5091d36cfdf5c48ee39439335f66bad4f213d02563d75a",
43
+ "sizeBytes": 5327690091
44
+ },
45
+ {
46
+ "name": "model-00003-of-00004.safetensors",
47
+ "sha256": "69300ea2414dc6ef214c943e1f4636d781be5ff231ba5d7421ae6b066cab64fa",
48
+ "sizeBytes": 5351301086
49
+ },
50
+ {
51
+ "name": "model-00004-of-00004.safetensors",
52
+ "sha256": "d51ae4e29e1fe98574b0f3e7087f7732fbf920d14d0f3f5946698d83d13dcacf",
53
+ "sizeBytes": 457729616
54
+ },
55
+ {
56
+ "name": "model.safetensors.index.json",
57
+ "sha256": "4db7a61eda74aba2a1229bff09bec129dbff49ca3241ffbe2d8a8fd0bd3f3b5b",
58
+ "sizeBytes": 126768
59
+ },
60
+ {
61
+ "name": "tokenizer.json",
62
+ "sha256": "883975314d58743726347caaf2c32ac89afd5ad57222cffbc4f052f2ab27b2d7",
63
+ "sizeBytes": 7153414
64
+ },
65
+ {
66
+ "name": "tokenizer_config.json",
67
+ "sha256": "856442330f3066df1f922cccbe107c4bc3b6764c791b803b475eecf88666b2a3",
68
+ "sizeBytes": 9783
69
+ }
70
+ ]
71
+ }
72
+ }
@@ -0,0 +1,196 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "granite4.2-3b-q4",
5
+ "name": "Granite 4.2 (3B, Q4)",
6
+ "description": "IBM's compact dense Granite 4.2 reasoning model at 3B parameters. Text-only, with native thinking, native tool calling, multilingual support, and a 128K context window. Q4 builds are a lightweight option for machines with 8GB+ usable memory.",
7
+ "tags": [
8
+ "ibm",
9
+ "reasoning",
10
+ "agentic",
11
+ "coding",
12
+ "tools",
13
+ "long-context",
14
+ "multilingual",
15
+ "small",
16
+ "open-weights",
17
+ "apple-silicon"
18
+ ],
19
+ "category": "reasoning",
20
+ "maintainer": {
21
+ "name": "IBM Granite",
22
+ "url": "https://huggingface.co/ibm-granite/granite-4.2-3b"
23
+ },
24
+ "version": "1.0.0",
25
+ "updatedAt": "2026-08-25T00:00:00Z",
26
+ "license": "Apache-2.0",
27
+ "licenseClass": "open",
28
+ "licenseShortName": "Apache 2.0",
29
+ "parameterSize": "3B",
30
+ "approxSizeBytes": 2244012160,
31
+ "supportsTools": true,
32
+ "contextWindow": 131072,
33
+ "kvBytesPerTokenF16": 81920,
34
+ "upstream": "https://huggingface.co/ibm-granite/granite-4.2-3b",
35
+ "style": {
36
+ "family": "granite",
37
+ "reasoningFormat": "think",
38
+ "toolCallFormat": "function-call"
39
+ },
40
+ "behaviors": [
41
+ "reasoning.strip-think-tags",
42
+ "prompt.private-reasoning-guidance",
43
+ "prompt.tool-cookbook-full",
44
+ "mcp.compact-tool-schemas",
45
+ "mcp.relax-required-fields",
46
+ "mcp.default-missing-fields",
47
+ "fabrication.detect-past-tense-no-tools",
48
+ "fabrication.detect-claim-without-tool",
49
+ "prompt.retrieval-first",
50
+ {
51
+ "id": "turn.continuation-budget",
52
+ "config": {
53
+ "count": 4
54
+ }
55
+ },
56
+ "turn.preamble-folding",
57
+ "turn.ramble-detection",
58
+ "tools.mlx-grammar",
59
+ "prompt.prefer-writefile-edits",
60
+ "prompt.derive-by-execution"
61
+ ],
62
+ "tuning": {
63
+ "sampling": {
64
+ "temperature": 1,
65
+ "topP": 0.95,
66
+ "maxTokens": 8192
67
+ },
68
+ "samplingWhenThinking": {
69
+ "temperature": 1,
70
+ "topP": 0.95
71
+ },
72
+ "reasoning": {
73
+ "enableThinking": true,
74
+ "thinkingBudget": 8192
75
+ },
76
+ "profiles": {
77
+ "thinking-general": {
78
+ "sampling": {
79
+ "temperature": 1,
80
+ "topP": 0.95,
81
+ "maxTokens": 8192
82
+ },
83
+ "reasoning": {
84
+ "enableThinking": true,
85
+ "thinkingBudget": 8192
86
+ }
87
+ },
88
+ "thinking-deep": {
89
+ "sampling": {
90
+ "temperature": 1,
91
+ "topP": 0.95,
92
+ "maxTokens": 16384
93
+ },
94
+ "reasoning": {
95
+ "enableThinking": true,
96
+ "thinkingBudget": 12288
97
+ }
98
+ },
99
+ "thinking-coding": {
100
+ "sampling": {
101
+ "temperature": 1,
102
+ "topP": 0.95,
103
+ "maxTokens": 16384
104
+ },
105
+ "reasoning": {
106
+ "enableThinking": true,
107
+ "thinkingBudget": 8192
108
+ }
109
+ },
110
+ "thinking-precise": {
111
+ "sampling": {
112
+ "temperature": 1,
113
+ "topP": 0.95,
114
+ "seed": 0,
115
+ "maxTokens": 8192
116
+ },
117
+ "reasoning": {
118
+ "enableThinking": true,
119
+ "thinkingBudget": 8192
120
+ }
121
+ },
122
+ "instruct": {
123
+ "sampling": {
124
+ "temperature": 1,
125
+ "topP": 0.95,
126
+ "maxTokens": 8192
127
+ },
128
+ "reasoning": {
129
+ "enableThinking": false
130
+ }
131
+ },
132
+ "creative": {
133
+ "sampling": {
134
+ "temperature": 1,
135
+ "topP": 0.95,
136
+ "maxTokens": 8192
137
+ },
138
+ "reasoning": {
139
+ "enableThinking": false
140
+ }
141
+ }
142
+ }
143
+ },
144
+ "minGezelVersion": "1.26238",
145
+ "llamaCpp": {
146
+ "huggingfaceRepo": "ibm-granite/granite-4.2-3b-GGUF",
147
+ "revision": "47a3d9699d7539606c83943d717fcea7bd9f6a19",
148
+ "filename": "granite-4.2-3b-Q4_K_M.gguf",
149
+ "sha256": "20e436143017578687f7f848225cc6c6038126c84149192229c7dff6e4e0f427",
150
+ "approxSizeBytes": 2244012160,
151
+ "quantization": "Q4_K_M"
152
+ },
153
+ "mlx": {
154
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-3b-MLX-4bit",
155
+ "revision": "4fe06f1699e99e288bf765ebc57f629cbca3bbfe",
156
+ "quantization": "4bit",
157
+ "approxSizeBytes": 2066244493,
158
+ "files": [
159
+ {
160
+ "name": "chat_template.jinja",
161
+ "sha256": "f0ba43f79b3cabca5e5a7584c77aec92f49feae45cdf7779c87d9fc54cd90258",
162
+ "sizeBytes": 9013
163
+ },
164
+ {
165
+ "name": "config.json",
166
+ "sha256": "bfcb1a01587dae223af89f07b960f0b456ef9fe9576167a126aa807941b213d7",
167
+ "sizeBytes": 1185
168
+ },
169
+ {
170
+ "name": "generation_config.json",
171
+ "sha256": "1b9baf0a7959d31d7fb58ff6b506c27d09a73d395cadccc7e6dd1d4b7e43fd9d",
172
+ "sizeBytes": 207
173
+ },
174
+ {
175
+ "name": "model.safetensors",
176
+ "sha256": "a71cf9297827b3c3d6ad426081b67c423044f6576632dabe40e7590552fd267d",
177
+ "sizeBytes": 2059005430
178
+ },
179
+ {
180
+ "name": "model.safetensors.index.json",
181
+ "sha256": "1cb600e4ea44dcbad15b65b3579fd06affb680b10b6f2ee1dec56db01f194f10",
182
+ "sizeBytes": 65461
183
+ },
184
+ {
185
+ "name": "tokenizer.json",
186
+ "sha256": "883975314d58743726347caaf2c32ac89afd5ad57222cffbc4f052f2ab27b2d7",
187
+ "sizeBytes": 7153414
188
+ },
189
+ {
190
+ "name": "tokenizer_config.json",
191
+ "sha256": "856442330f3066df1f922cccbe107c4bc3b6764c791b803b475eecf88666b2a3",
192
+ "sizeBytes": 9783
193
+ }
194
+ ]
195
+ }
196
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-25T00:00:00Z",
5
+ "approxSizeBytes": 2244012160,
6
+ "llamaCpp": {
7
+ "huggingfaceRepo": "ibm-granite/granite-4.2-3b-GGUF",
8
+ "revision": "47a3d9699d7539606c83943d717fcea7bd9f6a19",
9
+ "filename": "granite-4.2-3b-Q4_K_M.gguf",
10
+ "sha256": "20e436143017578687f7f848225cc6c6038126c84149192229c7dff6e4e0f427",
11
+ "approxSizeBytes": 2244012160,
12
+ "quantization": "Q4_K_M"
13
+ },
14
+ "mlx": {
15
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-3b-MLX-4bit",
16
+ "revision": "4fe06f1699e99e288bf765ebc57f629cbca3bbfe",
17
+ "quantization": "4bit",
18
+ "approxSizeBytes": 2066244493,
19
+ "files": [
20
+ {
21
+ "name": "chat_template.jinja",
22
+ "sha256": "f0ba43f79b3cabca5e5a7584c77aec92f49feae45cdf7779c87d9fc54cd90258",
23
+ "sizeBytes": 9013
24
+ },
25
+ {
26
+ "name": "config.json",
27
+ "sha256": "bfcb1a01587dae223af89f07b960f0b456ef9fe9576167a126aa807941b213d7",
28
+ "sizeBytes": 1185
29
+ },
30
+ {
31
+ "name": "generation_config.json",
32
+ "sha256": "1b9baf0a7959d31d7fb58ff6b506c27d09a73d395cadccc7e6dd1d4b7e43fd9d",
33
+ "sizeBytes": 207
34
+ },
35
+ {
36
+ "name": "model.safetensors",
37
+ "sha256": "a71cf9297827b3c3d6ad426081b67c423044f6576632dabe40e7590552fd267d",
38
+ "sizeBytes": 2059005430
39
+ },
40
+ {
41
+ "name": "model.safetensors.index.json",
42
+ "sha256": "1cb600e4ea44dcbad15b65b3579fd06affb680b10b6f2ee1dec56db01f194f10",
43
+ "sizeBytes": 65461
44
+ },
45
+ {
46
+ "name": "tokenizer.json",
47
+ "sha256": "883975314d58743726347caaf2c32ac89afd5ad57222cffbc4f052f2ab27b2d7",
48
+ "sizeBytes": 7153414
49
+ },
50
+ {
51
+ "name": "tokenizer_config.json",
52
+ "sha256": "856442330f3066df1f922cccbe107c4bc3b6764c791b803b475eecf88666b2a3",
53
+ "sizeBytes": 9783
54
+ }
55
+ ]
56
+ }
57
+ }
@@ -0,0 +1,189 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "granite4.2-8b-q4",
5
+ "name": "Granite 4.2 (8B, Q4)",
6
+ "description": "IBM's dense Granite 4.2 reasoning model at 8B parameters. Text-only, with native thinking, agentic coding, native tool calling, multilingual support, and a 128K context window. Q4 builds are suited to machines with 16GB+ usable memory.",
7
+ "tags": [
8
+ "ibm",
9
+ "reasoning",
10
+ "agentic",
11
+ "coding",
12
+ "tools",
13
+ "long-context",
14
+ "multilingual",
15
+ "open-weights",
16
+ "apple-silicon"
17
+ ],
18
+ "category": "reasoning",
19
+ "maintainer": {
20
+ "name": "IBM Granite",
21
+ "url": "https://huggingface.co/ibm-granite/granite-4.2-8b"
22
+ },
23
+ "version": "1.0.0",
24
+ "updatedAt": "2026-08-25T00:00:00Z",
25
+ "license": "Apache-2.0",
26
+ "licenseClass": "open",
27
+ "licenseShortName": "Apache 2.0",
28
+ "parameterSize": "8B",
29
+ "approxSizeBytes": 5347917952,
30
+ "supportsTools": true,
31
+ "contextWindow": 131072,
32
+ "kvBytesPerTokenF16": 163840,
33
+ "upstream": "https://huggingface.co/ibm-granite/granite-4.2-8b",
34
+ "style": {
35
+ "family": "granite",
36
+ "reasoningFormat": "think",
37
+ "toolCallFormat": "function-call"
38
+ },
39
+ "behaviors": [
40
+ "reasoning.strip-think-tags",
41
+ "prompt.private-reasoning-guidance",
42
+ "prompt.tool-cookbook-condensed",
43
+ "mcp.compact-tool-schemas",
44
+ "mcp.relax-required-fields",
45
+ "mcp.default-missing-fields",
46
+ "fabrication.detect-past-tense-no-tools",
47
+ "fabrication.detect-claim-without-tool",
48
+ "prompt.retrieval-first",
49
+ "turn.preamble-folding",
50
+ "turn.ramble-detection",
51
+ "tools.mlx-grammar",
52
+ "prompt.prefer-writefile-edits",
53
+ "prompt.derive-by-execution"
54
+ ],
55
+ "tuning": {
56
+ "sampling": {
57
+ "temperature": 1,
58
+ "topP": 0.95,
59
+ "maxTokens": 8192
60
+ },
61
+ "samplingWhenThinking": {
62
+ "temperature": 1,
63
+ "topP": 0.95
64
+ },
65
+ "reasoning": {
66
+ "enableThinking": true,
67
+ "thinkingBudget": 8192
68
+ },
69
+ "profiles": {
70
+ "thinking-general": {
71
+ "sampling": {
72
+ "temperature": 1,
73
+ "topP": 0.95,
74
+ "maxTokens": 8192
75
+ },
76
+ "reasoning": {
77
+ "enableThinking": true,
78
+ "thinkingBudget": 8192
79
+ }
80
+ },
81
+ "thinking-deep": {
82
+ "sampling": {
83
+ "temperature": 1,
84
+ "topP": 0.95,
85
+ "maxTokens": 16384
86
+ },
87
+ "reasoning": {
88
+ "enableThinking": true,
89
+ "thinkingBudget": 12288
90
+ }
91
+ },
92
+ "thinking-coding": {
93
+ "sampling": {
94
+ "temperature": 1,
95
+ "topP": 0.95,
96
+ "maxTokens": 16384
97
+ },
98
+ "reasoning": {
99
+ "enableThinking": true,
100
+ "thinkingBudget": 8192
101
+ }
102
+ },
103
+ "thinking-precise": {
104
+ "sampling": {
105
+ "temperature": 1,
106
+ "topP": 0.95,
107
+ "seed": 0,
108
+ "maxTokens": 8192
109
+ },
110
+ "reasoning": {
111
+ "enableThinking": true,
112
+ "thinkingBudget": 8192
113
+ }
114
+ },
115
+ "instruct": {
116
+ "sampling": {
117
+ "temperature": 1,
118
+ "topP": 0.95,
119
+ "maxTokens": 8192
120
+ },
121
+ "reasoning": {
122
+ "enableThinking": false
123
+ }
124
+ },
125
+ "creative": {
126
+ "sampling": {
127
+ "temperature": 1,
128
+ "topP": 0.95,
129
+ "maxTokens": 8192
130
+ },
131
+ "reasoning": {
132
+ "enableThinking": false
133
+ }
134
+ }
135
+ }
136
+ },
137
+ "minGezelVersion": "1.26238",
138
+ "llamaCpp": {
139
+ "huggingfaceRepo": "ibm-granite/granite-4.2-8b-GGUF",
140
+ "revision": "31239b3e4a93d1c2bc0e0d1160f711bf300cef05",
141
+ "filename": "granite-4.2-8b-Q4_K_M.gguf",
142
+ "sha256": "16a9369d0805f80b7377d25d87f937a90c05dc04ad79173a52001e42c9aab311",
143
+ "approxSizeBytes": 5347917952,
144
+ "quantization": "Q4_K_M"
145
+ },
146
+ "mlx": {
147
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-8b-MLX-4bit",
148
+ "revision": "1cfd523c66d94e2697af82cd968368d050166af4",
149
+ "quantization": "4bit",
150
+ "approxSizeBytes": 4953093035,
151
+ "files": [
152
+ {
153
+ "name": "chat_template.jinja",
154
+ "sha256": "f0ba43f79b3cabca5e5a7584c77aec92f49feae45cdf7779c87d9fc54cd90258",
155
+ "sizeBytes": 9013
156
+ },
157
+ {
158
+ "name": "config.json",
159
+ "sha256": "a1ee533ce70c3792b0281f9c7458ad4513ea3a9102e860f5da6f3f636e19c75c",
160
+ "sizeBytes": 1187
161
+ },
162
+ {
163
+ "name": "generation_config.json",
164
+ "sha256": "1b9baf0a7959d31d7fb58ff6b506c27d09a73d395cadccc7e6dd1d4b7e43fd9d",
165
+ "sizeBytes": 207
166
+ },
167
+ {
168
+ "name": "model.safetensors",
169
+ "sha256": "86a0c04a5deb24de6ada66a37c7373e3e37dbf2a138ed28bb03c212d331b6429",
170
+ "sizeBytes": 4945853970
171
+ },
172
+ {
173
+ "name": "model.safetensors.index.json",
174
+ "sha256": "e8d7bddce3c9ab993b8f4af8c390a10390c2966483f5391a808f9c6242e0c594",
175
+ "sizeBytes": 65461
176
+ },
177
+ {
178
+ "name": "tokenizer.json",
179
+ "sha256": "883975314d58743726347caaf2c32ac89afd5ad57222cffbc4f052f2ab27b2d7",
180
+ "sizeBytes": 7153414
181
+ },
182
+ {
183
+ "name": "tokenizer_config.json",
184
+ "sha256": "856442330f3066df1f922cccbe107c4bc3b6764c791b803b475eecf88666b2a3",
185
+ "sizeBytes": 9783
186
+ }
187
+ ]
188
+ }
189
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-25T00:00:00Z",
5
+ "approxSizeBytes": 5347917952,
6
+ "llamaCpp": {
7
+ "huggingfaceRepo": "ibm-granite/granite-4.2-8b-GGUF",
8
+ "revision": "31239b3e4a93d1c2bc0e0d1160f711bf300cef05",
9
+ "filename": "granite-4.2-8b-Q4_K_M.gguf",
10
+ "sha256": "16a9369d0805f80b7377d25d87f937a90c05dc04ad79173a52001e42c9aab311",
11
+ "approxSizeBytes": 5347917952,
12
+ "quantization": "Q4_K_M"
13
+ },
14
+ "mlx": {
15
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-8b-MLX-4bit",
16
+ "revision": "1cfd523c66d94e2697af82cd968368d050166af4",
17
+ "quantization": "4bit",
18
+ "approxSizeBytes": 4953093035,
19
+ "files": [
20
+ {
21
+ "name": "chat_template.jinja",
22
+ "sha256": "f0ba43f79b3cabca5e5a7584c77aec92f49feae45cdf7779c87d9fc54cd90258",
23
+ "sizeBytes": 9013
24
+ },
25
+ {
26
+ "name": "config.json",
27
+ "sha256": "a1ee533ce70c3792b0281f9c7458ad4513ea3a9102e860f5da6f3f636e19c75c",
28
+ "sizeBytes": 1187
29
+ },
30
+ {
31
+ "name": "generation_config.json",
32
+ "sha256": "1b9baf0a7959d31d7fb58ff6b506c27d09a73d395cadccc7e6dd1d4b7e43fd9d",
33
+ "sizeBytes": 207
34
+ },
35
+ {
36
+ "name": "model.safetensors",
37
+ "sha256": "86a0c04a5deb24de6ada66a37c7373e3e37dbf2a138ed28bb03c212d331b6429",
38
+ "sizeBytes": 4945853970
39
+ },
40
+ {
41
+ "name": "model.safetensors.index.json",
42
+ "sha256": "e8d7bddce3c9ab993b8f4af8c390a10390c2966483f5391a808f9c6242e0c594",
43
+ "sizeBytes": 65461
44
+ },
45
+ {
46
+ "name": "tokenizer.json",
47
+ "sha256": "883975314d58743726347caaf2c32ac89afd5ad57222cffbc4f052f2ab27b2d7",
48
+ "sizeBytes": 7153414
49
+ },
50
+ {
51
+ "name": "tokenizer_config.json",
52
+ "sha256": "856442330f3066df1f922cccbe107c4bc3b6764c791b803b475eecf88666b2a3",
53
+ "sizeBytes": 9783
54
+ }
55
+ ]
56
+ }
57
+ }