coolbho3k commited on
Commit
5a1138e
·
verified ·
1 Parent(s): 453007e

Document calibrated EXL3 3bpw weights and experimental runtime scope

Browse files
Files changed (6) hide show
  1. LICENSE +21 -0
  2. README.md +143 -0
  3. evaluation-summary.json +287 -0
  4. release-manifest.json +530 -0
  5. upload-status.json +7 -0
  6. verify-release.py +63 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2023 DeepSeek
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: deepseek-ai/DeepSeek-V4.1-Flash
4
+ base_model_relation: quantized
5
+ pipeline_tag: image-text-to-text
6
+ inference: false
7
+ tags:
8
+ - exl3
9
+ - 3bpw
10
+ - quantized
11
+ - deepseek-v41
12
+ - experimental
13
+ ---
14
+
15
+ # DeepSeek-V4.1-Flash-EXL3-3bpw
16
+
17
+ Calibrated **EXL3 3bpw routed-expert quantization** of
18
+ [DeepSeek-V4.1-Flash](https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash/tree/df42c109f1defefcbfcedbe7d905718a12266e40).
19
+ The original BF16 vision transformer and aligner are preserved unchanged.
20
+
21
+ **Upload status:** this repository is being populated. Treat the download as
22
+ incomplete until `upload-status.json` reports `complete` and the downloaded
23
+ files match `release-manifest.json`.
24
+
25
+ **Runtime compatibility:** this is an experimental weights release for a
26
+ specialized vLLM/EXL3 integration, not a drop-in stock-vLLM or standalone
27
+ ExLlamaV3 checkpoint. The reusable public serving bundle is still being
28
+ finalized and is not included here yet. Do not assume that a stock
29
+ `vllm serve` command can load these weights.
30
+
31
+ ## What is quantized?
32
+
33
+ - All 40 backbone layers and 15,360 routed experts use calibrated 3-bit
34
+ EXL3 MUL1 weights.
35
+ - The **3bpw label applies to routed experts**, not every parameter or the
36
+ average storage cost of the entire checkpoint. EXL3 metadata and padding
37
+ add storage beyond the packed 3-bit payload.
38
+ - Vision transformer and aligner retain their original BF16 bytes. Routers,
39
+ shared experts and other non-routed tensors are copied unchanged from the
40
+ published source, which is itself a mixed-precision/native-FP4 checkpoint.
41
+ - Original FP8 engram tables/scales are retained under `engrams/`, for
42
+ SSD-backed lookup rather than loading those tables onto the GPUs.
43
+ - Original draft/MTP weights are retained under `draft/`. They are not loaded
44
+ in the tested recipe; speculative decoding is disabled.
45
+
46
+ ## Measured quality
47
+
48
+ The full 40-layer candidate was compared with the original native-FP4 model
49
+ on 64 held-out records. These are **teacher-forced** measurements, not a
50
+ BF16 comparison or a claim about broad downstream task accuracy.
51
+
52
+ | Text metric | Original source | EXL3 3bpw |
53
+ | --- | ---: | ---: |
54
+ | Prediction targets | 81,880 | 81,880 |
55
+ | Mean negative log likelihood | 1.33438994 | 1.34028314 |
56
+ | Perplexity | 3.79767842 | 3.82012498 |
57
+ | Correct next-token prediction | 70.71690% | 70.60821% |
58
+
59
+ Perplexity increases **0.59106%**. Top-choice agreement with the original is
60
+ **93.24255%**, which is agreement, not task accuracy. The image-answer slice
61
+ contains only 84 prediction targets: it is too small for a broad vision claim.
62
+ See `evaluation-summary.json` for aggregate measurements and their scope.
63
+
64
+ Small candidate-only generated-answer checks produced 123/128 on
65
+ ARC-Challenge and 63/64 on GSM8K, with thinking disabled. These are sampled
66
+ checks, not full benchmarks or original-model generation comparisons;
67
+ calibration overlap and pretraining contamination were not assessed.
68
+ The original 24-image question suite scored 18/24. Its six misses remain
69
+ failures; separately rephrased diagnostics do not replace them.
70
+
71
+ ## Serving measurements and limitations
72
+
73
+ The previous working custom runtime served text and images across two DGX
74
+ Sparks with TP=2, DCP=2, eager execution and **one active request**. It used
75
+ native FP8 KV, original BF16 vision and SSD engrams. FP4 KV is not implemented.
76
+
77
+ - Short-context decode: approximately **7.18 tokens/s**, with 0.379 s server
78
+ time to first token in the measured 24-token-prompt/128-token-output test.
79
+ - A synthetic **1,047,990-token** retrieval request recovered all three
80
+ planted facts in **4,277.419 s (71.29 minutes)**.
81
+ - An identical repeat reused 1,047,808 cached tokens and completed in
82
+ **10.070 s**; server time to first token was 2.955 s.
83
+ - The two short replies at roughly 1M context decoded at approximately
84
+ **2.406 tokens/s**. These are not sustained-throughput benchmarks.
85
+
86
+ The tested profile used GPU memory utilization 0.90 and a downward-only KV
87
+ cap of 1,009,612,800 bytes per GPU. Memory margins are tight and host-specific.
88
+ Six concurrent requests or six independent 1M histories are **not qualified**.
89
+ Cold 1M prefill remains slow; cached-prefix reuse is substantially faster.
90
+
91
+ Repeated uncached requests for one image question still varied in the
92
+ previous working runtime. Tracing found the first recorded divergence at
93
+ DCP attention selected-key ordering; the saved last rows had identical key
94
+ membership but different order. A deterministic-order candidate has passed
95
+ bounded native-kernel tests, but its full-model repair is not yet verified.
96
+ This is a serving-repeatability caveat, not a measurement of quantization loss.
97
+ Broader comparative generation, coding and vision evaluation remains open.
98
+
99
+ Runtime source revisions used in the experiments:
100
+
101
+ - vLLM: `e47aa780bccf59f59dfa2cbb18e17a10b4fe69ba`
102
+ - ExLlamaV3: `6ff3a17ea7f3d0026b273d43239398d57f71b788`
103
+ - Base checkpoint: `df42c109f1defefcbfcedbe7d905718a12266e40`
104
+
105
+ Those revisions alone are insufficient: custom DCP/cache-ownership hooks,
106
+ SSD engram integration, streaming loading and bounded GB10 kernels are also
107
+ required. No clean external rebuild or stock-runtime compatibility is claimed.
108
+
109
+ ## Files and integrity
110
+
111
+ | Component | Shards | Tensor payload bytes |
112
+ | --- | ---: | ---: |
113
+ | Active model | 51 | 215,344,840,128 |
114
+ | SSD engram tables/scales | 2 | 202,758,032,400 |
115
+ | Retained draft/MTP | 2 | 7,932,874,632 |
116
+
117
+ Total shard storage including safetensors headers is **426,055,648,464 bytes**.
118
+ All 55 shards are byte-identical to the independently verified canonical
119
+ candidate. Public metadata is a separate revision; no re-quantization occurred.
120
+ Tokenizer, model metadata, source license and historical packaging provenance
121
+ are included. Calibration examples, activation captures, operational logs,
122
+ credentials and runtime container images are not included.
123
+
124
+ `release-manifest.json` lists the expected size and SHA256 of every payload.
125
+ `verify-release.py` verifies a materialized download using standard Python;
126
+ run it before loading a GPU model. Obtain the manifest SHA256 from the completed
127
+ upload receipt or another trusted channel, then run:
128
+
129
+ ```bash
130
+ hf download coolbho3k/DeepSeek-V4.1-Flash-EXL3-3bpw --local-dir ./DeepSeek-V4.1-Flash-EXL3-3bpw
131
+ python3 ./DeepSeek-V4.1-Flash-EXL3-3bpw/verify-release.py --directory ./DeepSeek-V4.1-Flash-EXL3-3bpw --manifest-sha256 MANIFEST_SHA256
132
+ ```
133
+
134
+ Integrity verification is not a quality benchmark or proof of publisher
135
+ authenticity. Historical records under `provenance/` describe packaging and
136
+ the evaluation candidate, not a claim that every runtime issue is resolved.
137
+
138
+ Selected quantization manifest logical SHA256:
139
+ `4639e1cf64c5845bb89ae4f9b3648293014bb8c0c32daee2d19f7df0a3f5e86e`.
140
+ Original evaluation-candidate package manifest SHA256:
141
+ `7f7cfee4a7dc618196b0699a57034dce3316b83257a7320687d079d72d13ee73`.
142
+
143
+ The upstream MIT license is retained in `LICENSE`.
evaluation-summary.json ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "broader_task_accuracy_validated": false,
3
+ "evidence_sha256": {
4
+ "1m-conversation-reuse-v1": "704314a001eb9ceecb80e7d7dafab2cb702365e055d189b269004a3b655065a8",
5
+ "1m-prefix-reuse-v1": "ad03ae02fef78b1aa911495548fb50f4616b5d9275ae05646027030d3d05ea2e",
6
+ "1m-v1": "57b638063357aaf36e9b92da4d2ce65d2110bff0a673513ff3d0538b71ed3c3e",
7
+ "portable_completion_audit": "ab550cd400f30777307f3cae5f5705cb1974a099eafd6cb9ab7bc27f39059eab",
8
+ "post-1m-generation-v1": "38aa28979314920b87d1455ee29041a1283bc9d4390a6f290abc387528a51d2c",
9
+ "post-1m-speed-v1": "f2b9c350b72aef3494b15e1d1f7b45b6b3f8e7c9d63bb4b2401ee3756725f694",
10
+ "source_verification": "9cd9aafd700d5a0e9dc1ceb94f8d9f0f3198192820deb7ca6b65db9b3ad26cb9",
11
+ "teacher_forced": "74aa83b6b479030ca961a69e717f306f14dcc41e34d1559e679c2d1ad9d6264d"
12
+ },
13
+ "format": "ds41_release_evaluation_summary_v2",
14
+ "historical_v20": {
15
+ "evidence_sha256": {
16
+ "1m-conversation-reuse-v1": "8bf9a68ba10f38ff6ad5a2e6b6afc7aeabc78337a6c08aa74f943fe3489f8681",
17
+ "1m-prefix-reuse-v1": "336f20b771cf33d88e60c2c7d8050ffc773d88e2806011b57c098e0b83015e3c",
18
+ "1m-v1": "61f7a1f10c10929e9c76732ec3d073d4ec8ef9eb171aa6f32c1e7045b991eaed",
19
+ "post-1m-generation-v1": "ea632d06736c3e989dfdcc89735a27b6a009bc7830eef87052bd167f86185e38",
20
+ "post-1m-speed-v1": "99b44995e37653923220477fdcec84b798acea1b2dca8a8a6aedf0e7ffb1c918"
21
+ },
22
+ "runtime": {
23
+ "1m-conversation-reuse-v1": {
24
+ "cache": {
25
+ "cached_fraction": 0.9997948518305418,
26
+ "cached_tokens": 1047808,
27
+ "queried_tokens": 1048023
28
+ },
29
+ "completion_tokens": 6,
30
+ "elapsed_seconds": 5.66604625096079,
31
+ "prompt_tokens": 1048023,
32
+ "status": "prefix_reuse_pass",
33
+ "timing": {
34
+ "decode_tokens": 5,
35
+ "decode_tokens_per_second": 2.3352113486226043,
36
+ "server_decode_seconds": 2.1411338219768368,
37
+ "server_prefill_seconds": 1.538540476001799,
38
+ "server_time_to_first_token_seconds": 3.4542484283447266
39
+ }
40
+ },
41
+ "1m-prefix-reuse-v1": {
42
+ "cache": {
43
+ "cached_fraction": 0.9998263342207464,
44
+ "cached_tokens": 1047808,
45
+ "queried_tokens": 1047990
46
+ },
47
+ "completion_tokens": 18,
48
+ "elapsed_seconds": 10.609135606966447,
49
+ "prompt_tokens": 1047990,
50
+ "status": "prefix_reuse_pass",
51
+ "timing": {
52
+ "decode_tokens": 17,
53
+ "decode_tokens_per_second": 2.3254391977644855,
54
+ "server_decode_seconds": 7.3104469969985075,
55
+ "server_prefill_seconds": 1.226647932024207,
56
+ "server_time_to_first_token_seconds": 3.2306277751922607
57
+ }
58
+ },
59
+ "1m-v1": {
60
+ "completion_tokens": 18,
61
+ "elapsed_seconds": 4331.969199170009,
62
+ "prompt_tokens": 1047990,
63
+ "status": "retrieval_pass"
64
+ },
65
+ "post-1m-generation-v1": {
66
+ "groups": {
67
+ "diagnostic": {
68
+ "cases": 2,
69
+ "exact_matches": 2
70
+ },
71
+ "heldout_image": {
72
+ "cases": 24,
73
+ "exact_matches": 18
74
+ },
75
+ "text": {
76
+ "cases": 3,
77
+ "exact_matches": 3
78
+ }
79
+ },
80
+ "original_image_misses_retained": true,
81
+ "status": "serial_generation_diagnostics_complete"
82
+ },
83
+ "post-1m-speed-v1": {
84
+ "completion_tokens": 128,
85
+ "elapsed_seconds": 18.34797103703022,
86
+ "prompt_tokens": 24,
87
+ "status": "serial_streaming_speed_measured",
88
+ "timing": {
89
+ "decode_tokens": 127,
90
+ "decode_tokens_per_second": 7.074289903876008,
91
+ "server_decode_seconds": 17.95233185600955,
92
+ "server_prefill_seconds": 0.3886793210403994,
93
+ "server_time_to_first_token_seconds": 0.3920152187347412
94
+ }
95
+ }
96
+ }
97
+ },
98
+ "portable_v5": {
99
+ "all_29_replies_identical_to_pre1m": true,
100
+ "appended_answer_also_present_in_prior_assistant_reply": true,
101
+ "artifact_content_review_complete": false,
102
+ "broad_long_context_quality_validated": false,
103
+ "current_liveness_claimed": false,
104
+ "mxfp8_aot_sha256": "6abdf60fb353da15d87030427e16a982e7819a6f479563b8acfde81110e78bf4",
105
+ "publication_approved": false,
106
+ "runtime_kit_archive_sha256": "8fcabd0558a58229369870fe60f280d01e9c89e9d3194e9c3bfe6cc4e2b1b126",
107
+ "runtime_kit_manifest_sha256": "bada534aaf8112e734a4afe320f2584a4734e5987d57b421caa1985645d41efc",
108
+ "same_pair_1m_reuse_and_post1m_regression_passed": true,
109
+ "separate_cold_vision_variation_resolved": false,
110
+ "six_session_capacity_validated": false,
111
+ "synthetic_retrieval_only": true
112
+ },
113
+ "public_repo_id": "coolbho3k/DeepSeek-V4.1-Flash-EXL3-3bpw",
114
+ "publication_approved": true,
115
+ "publication_scope": "experimental canonical weights; runtime bundle remains pending",
116
+ "reference_precision": "original_native_FP4_not_BF16",
117
+ "runtime": {
118
+ "1m-conversation-reuse-v1": {
119
+ "cache": {
120
+ "cached_fraction": 0.9997948518305418,
121
+ "cached_tokens": 1047808,
122
+ "queried_tokens": 1048023
123
+ },
124
+ "completion_tokens": 6,
125
+ "elapsed_seconds": 5.315936694969423,
126
+ "min_available_bytes_by_host": [
127
+ 1284665344,
128
+ 2416865280
129
+ ],
130
+ "prompt_tokens": 1048023,
131
+ "status": "prefix_reuse_pass",
132
+ "timing": {
133
+ "decode_tokens": 5,
134
+ "decode_tokens_per_second": 2.4060350778472883,
135
+ "server_decode_seconds": 2.078107690962497,
136
+ "server_prefill_seconds": 1.40854712104192,
137
+ "server_time_to_first_token_seconds": 3.1856417655944824
138
+ },
139
+ "watch_samples": 2
140
+ },
141
+ "1m-prefix-reuse-v1": {
142
+ "cache": {
143
+ "cached_fraction": 0.9998263342207464,
144
+ "cached_tokens": 1047808,
145
+ "queried_tokens": 1047990
146
+ },
147
+ "completion_tokens": 18,
148
+ "elapsed_seconds": 10.070301063999068,
149
+ "min_available_bytes_by_host": [
150
+ 1229701120,
151
+ 2506510336
152
+ ],
153
+ "prompt_tokens": 1047990,
154
+ "status": "prefix_reuse_pass",
155
+ "timing": {
156
+ "decode_tokens": 17,
157
+ "decode_tokens_per_second": 2.4064247723951757,
158
+ "server_decode_seconds": 7.064421957009472,
159
+ "server_prefill_seconds": 1.1350557879777625,
160
+ "server_time_to_first_token_seconds": 2.9549875259399414
161
+ },
162
+ "watch_samples": 2
163
+ },
164
+ "1m-v1": {
165
+ "completion_tokens": 18,
166
+ "elapsed_seconds": 4277.418559061014,
167
+ "min_available_bytes_by_host": [
168
+ 934481920,
169
+ 2526097408
170
+ ],
171
+ "prompt_tokens": 1047990,
172
+ "status": "retrieval_pass",
173
+ "watch_samples": 411
174
+ },
175
+ "post-1m-generation-v1": {
176
+ "groups": {
177
+ "diagnostic": {
178
+ "cases": 2,
179
+ "exact_matches": 2
180
+ },
181
+ "heldout_image": {
182
+ "cases": 24,
183
+ "exact_matches": 18
184
+ },
185
+ "text": {
186
+ "cases": 3,
187
+ "exact_matches": 3
188
+ }
189
+ },
190
+ "min_available_bytes_by_host": [
191
+ 1168781312,
192
+ 2507943936
193
+ ],
194
+ "original_image_misses_retained": true,
195
+ "status": "serial_generation_diagnostics_complete",
196
+ "watch_samples": 10
197
+ },
198
+ "post-1m-speed-v1": {
199
+ "completion_tokens": 128,
200
+ "elapsed_seconds": 18.073677037027664,
201
+ "min_available_bytes_by_host": [
202
+ 992153600,
203
+ 2705260544
204
+ ],
205
+ "prompt_tokens": 24,
206
+ "status": "serial_streaming_speed_measured",
207
+ "timing": {
208
+ "decode_tokens": 127,
209
+ "decode_tokens_per_second": 7.178763194603712,
210
+ "server_decode_seconds": 17.691069695050828,
211
+ "server_prefill_seconds": 0.37656140996841714,
212
+ "server_time_to_first_token_seconds": 0.37935829162597656
213
+ },
214
+ "watch_samples": 3
215
+ }
216
+ },
217
+ "selected_manifest_sha256": "4639e1cf64c5845bb89ae4f9b3648293014bb8c0c32daee2d19f7df0a3f5e86e",
218
+ "serving_scope": {
219
+ "clean_external_rebuild_qualified": false,
220
+ "decode_context_parallel_size": 2,
221
+ "engrams": "SSD",
222
+ "gpu_memory_utilization": 0.9,
223
+ "kv_bytes_per_rank": 1009612800,
224
+ "kv_dtype": "FP8",
225
+ "max_model_len": 1048576,
226
+ "max_num_seqs": 1,
227
+ "portable_image_deployment_qualified": true,
228
+ "six_session_support": false,
229
+ "tensor_parallel_size": 2,
230
+ "vision": "original_BF16"
231
+ },
232
+ "source_revision": "df42c109f1defefcbfcedbe7d905718a12266e40",
233
+ "teacher_forced": {
234
+ "groups": {
235
+ "image/all_text_targets": {
236
+ "candidate_mean_nll": 6.373640381638264,
237
+ "candidate_perplexity": 586.1878970654378,
238
+ "candidate_target_top1_fraction": 0.45813953488372094,
239
+ "mean_delta_nll": -0.0569212955755995,
240
+ "mean_reference_to_candidate_kl": 0.252924389260637,
241
+ "reference_mean_nll": 6.430561677213864,
242
+ "reference_perplexity": 620.5223834329012,
243
+ "reference_target_top1_fraction": 0.46511627906976744,
244
+ "tokens": 430,
245
+ "top1_agreement_fraction": 0.8465116279069768
246
+ },
247
+ "image/answer_only": {
248
+ "candidate_mean_nll": 4.947521492143288,
249
+ "candidate_perplexity": 140.8254939251917,
250
+ "candidate_target_top1_fraction": 0.7023809523809523,
251
+ "mean_delta_nll": -0.18687153894962297,
252
+ "mean_reference_to_candidate_kl": 0.025923057464558877,
253
+ "reference_mean_nll": 5.134393031092911,
254
+ "reference_perplexity": 169.76124879772908,
255
+ "reference_target_top1_fraction": 0.7023809523809523,
256
+ "tokens": 84,
257
+ "top1_agreement_fraction": 0.9880952380952381
258
+ },
259
+ "image/answer_with_eos": {
260
+ "candidate_mean_nll": 3.849337646292081,
261
+ "candidate_perplexity": 46.96194750784644,
262
+ "candidate_target_top1_fraction": 0.7685185185185185,
263
+ "mean_delta_nll": -0.14499815545465125,
264
+ "mean_reference_to_candidate_kl": 0.020472454994558274,
265
+ "reference_mean_nll": 3.9943358017467316,
266
+ "reference_perplexity": 54.289769475886025,
267
+ "reference_target_top1_fraction": 0.7685185185185185,
268
+ "tokens": 108,
269
+ "top1_agreement_fraction": 0.9907407407407407
270
+ },
271
+ "text/all_text_targets": {
272
+ "candidate_mean_nll": 1.340283139859622,
273
+ "candidate_perplexity": 3.820124981905668,
274
+ "candidate_target_top1_fraction": 0.7060820713238887,
275
+ "mean_delta_nll": 0.005893201306011715,
276
+ "mean_reference_to_candidate_kl": 0.044754258236146816,
277
+ "reference_mean_nll": 1.3343899385536104,
278
+ "reference_perplexity": 3.7976784223838322,
279
+ "reference_target_top1_fraction": 0.7071690278456277,
280
+ "tokens": 81880,
281
+ "top1_agreement_fraction": 0.9324255007327796
282
+ }
283
+ },
284
+ "layers": 40,
285
+ "records": 64
286
+ }
287
+ }
release-manifest.json ADDED
@@ -0,0 +1,530 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "candidate_manifest_sha256": "7f7cfee4a7dc618196b0699a57034dce3316b83257a7320687d079d72d13ee73",
3
+ "canonical_release_manifest_sha256": "c5a6b72122f01c72e2ea429192fdaf9489f243b0fff2ac61075bcbd67c3752fe",
4
+ "files": {
5
+ ".gitattributes": {
6
+ "bytes": 1701,
7
+ "sha256": "b2e1dc084b91ce728e55356a41638ed89d796218a98b71a905c8e97c3b0ced83"
8
+ },
9
+ "LICENSE": {
10
+ "bytes": 1084,
11
+ "sha256": "f2c6c602815669d292889e5be8c802f2ed950653b77999b1584e8e6aed25d040"
12
+ },
13
+ "README.md": {
14
+ "bytes": 6893,
15
+ "sha256": "956d7eed593d479f091b5b822d90c351d7d8ff3d28af9b8fb6dac05c415960b9"
16
+ },
17
+ "config.json": {
18
+ "bytes": 3661,
19
+ "sha256": "9f39da43788ff406000284213cda80e23e153e914b1a74baaef7fda7db33de4e"
20
+ },
21
+ "draft/config.json": {
22
+ "bytes": 3311,
23
+ "sha256": "8be45ce0476004a3f529fd896115a4a2e800a129ad2d3ec05b16050f52e21879"
24
+ },
25
+ "draft/model-00001-of-00002.safetensors": {
26
+ "bytes": 4290223664,
27
+ "sha256": "65b10c23252ddf93627b0783b68f044babb5c5f5848d872c67dcc38ba2c2944b"
28
+ },
29
+ "draft/model-00002-of-00002.safetensors": {
30
+ "bytes": 3642909368,
31
+ "sha256": "2cbc2d5eadc3a01b7cb3213f5ade6d467b3618459311a1694d77c4cd4f334521"
32
+ },
33
+ "draft/model.safetensors.index.json": {
34
+ "bytes": 176258,
35
+ "sha256": "813d6a46b15cf87ba737b9c413475405af2d6d75f14858477f2abf68d78612c7"
36
+ },
37
+ "engrams/config.json": {
38
+ "bytes": 3311,
39
+ "sha256": "8be45ce0476004a3f529fd896115a4a2e800a129ad2d3ec05b16050f52e21879"
40
+ },
41
+ "engrams/engram-layer-01.safetensors": {
42
+ "bytes": 101377628616,
43
+ "sha256": "9ecd9bc00c8c045104d639dfdd8d6de4fe0457ce05ad8885baab062d059b0c9e"
44
+ },
45
+ "engrams/engram-layer-14.safetensors": {
46
+ "bytes": 101380404312,
47
+ "sha256": "0c33910e5a59c2787d1bc1891ca5961248e1db94e7919c562afbf4cedba2f5b2"
48
+ },
49
+ "engrams/model.safetensors.index.json": {
50
+ "bytes": 345,
51
+ "sha256": "3c02ad459b369a04ef97cc8b6334016b67677f0e066b4d2875959cb5873ec27f"
52
+ },
53
+ "evaluation-summary.json": {
54
+ "bytes": 10628,
55
+ "sha256": "5d3500cfce0ac03cdbae0259332c011d16e60db7b8d4ef0ceadf2b541042ddd5"
56
+ },
57
+ "model-00001-of-00051.safetensors": {
58
+ "bytes": 4292913880,
59
+ "sha256": "42efd5dacde4e84903efd7be8aeb6ac833b75e2d27bec586764e5c3060152197"
60
+ },
61
+ "model-00002-of-00051.safetensors": {
62
+ "bytes": 4291564188,
63
+ "sha256": "9d9998b2ce2d39f3d62dab8b3bfbeac1f613682a020fd603a8871b8062915a39"
64
+ },
65
+ "model-00003-of-00051.safetensors": {
66
+ "bytes": 4292466868,
67
+ "sha256": "be3ba17a2caba98249736423a8d7e6ef7dde6d71ff9d365e20ef74a9ea81b62b"
68
+ },
69
+ "model-00004-of-00051.safetensors": {
70
+ "bytes": 4293847940,
71
+ "sha256": "d8f39fe9623c63dc1f5041ac9810e2545fd6b84e1e04125433c7fc9a152fa378"
72
+ },
73
+ "model-00005-of-00051.safetensors": {
74
+ "bytes": 4293847988,
75
+ "sha256": "27fa22ce35927a345dc87af1db9c85956c5b546d625b125fb8146b01b03df376"
76
+ },
77
+ "model-00006-of-00051.safetensors": {
78
+ "bytes": 4293847964,
79
+ "sha256": "4a595e2c7581c8f585a5d5cf6d6f62b87a7cc1c40a6142ef87ee1ebc9ad25415"
80
+ },
81
+ "model-00007-of-00051.safetensors": {
82
+ "bytes": 4293847996,
83
+ "sha256": "70ec89b2ea1e39b3c7de91d3663cdfa21d4ff49d59a69b1624a2500eb315e430"
84
+ },
85
+ "model-00008-of-00051.safetensors": {
86
+ "bytes": 4292470420,
87
+ "sha256": "8c57670edf4609ff533e0b27cb76a75281137012d55a754ed2600bcf621ce60d"
88
+ },
89
+ "model-00009-of-00051.safetensors": {
90
+ "bytes": 4294446736,
91
+ "sha256": "eeea4969c2fd54d85db5a7b361c1f64a76d2544506edf096ac612a73a5220188"
92
+ },
93
+ "model-00010-of-00051.safetensors": {
94
+ "bytes": 4293847980,
95
+ "sha256": "d07481a8dc31982e9a2006690d56a69f15597cfc1a5b8ad6da00baced15bc6a0"
96
+ },
97
+ "model-00011-of-00051.safetensors": {
98
+ "bytes": 4293847972,
99
+ "sha256": "a03a30283371fe45f149faf6483e69dd2bdaebbc1328df089462bcdad2156e48"
100
+ },
101
+ "model-00012-of-00051.safetensors": {
102
+ "bytes": 4293847996,
103
+ "sha256": "6a7bea1b35c579ff57c45308a8b5757872ef7af58e3e413e6e50ea5b424c6241"
104
+ },
105
+ "model-00013-of-00051.safetensors": {
106
+ "bytes": 4292470276,
107
+ "sha256": "490ac88af655136a8b591ea4eba316f50d54b7f8fe1a2130e864c95701d7fb3f"
108
+ },
109
+ "model-00014-of-00051.safetensors": {
110
+ "bytes": 4293848932,
111
+ "sha256": "1ac6638e79eb9a6ff74428b786d85c8fd26fdfb0570fe227ae0c76c7eb89c1be"
112
+ },
113
+ "model-00015-of-00051.safetensors": {
114
+ "bytes": 4293847972,
115
+ "sha256": "612eb8dd13c13b43727f74b6d3bb84d213e6904fb3323fa9289e0c1f7c908c55"
116
+ },
117
+ "model-00016-of-00051.safetensors": {
118
+ "bytes": 4292285012,
119
+ "sha256": "bad1c18cca9151af0ce324fe892bf9a19e055c133ce82908d5aa7c6d3b8d1e02"
120
+ },
121
+ "model-00017-of-00051.safetensors": {
122
+ "bytes": 4291480016,
123
+ "sha256": "44b3bc659cb882ccd9d0fd595d907e81aacbe1cb0e7a92fe57d084a102a38219"
124
+ },
125
+ "model-00018-of-00051.safetensors": {
126
+ "bytes": 4293847972,
127
+ "sha256": "87328889abb048e7761cda1a2f66c2300a24e6f2d939b3a257ee4b8d7187a2ee"
128
+ },
129
+ "model-00019-of-00051.safetensors": {
130
+ "bytes": 4292470900,
131
+ "sha256": "a7fca9749364ae647b62307f2a20b0d3a236a6812831e53de5f326da10dcbcd9"
132
+ },
133
+ "model-00020-of-00051.safetensors": {
134
+ "bytes": 4293848316,
135
+ "sha256": "82fb2b7e8ecaf60c305df4214c92b1be43573f6f154860d1b92e538cae57eb4c"
136
+ },
137
+ "model-00021-of-00051.safetensors": {
138
+ "bytes": 4293847996,
139
+ "sha256": "e071a47c15bfe5a32ffd3ebdfc51f916b37591fca9d2976fe099bc1947b3ff1a"
140
+ },
141
+ "model-00022-of-00051.safetensors": {
142
+ "bytes": 4294985064,
143
+ "sha256": "949b7d55bf7ae15ff0e55a29a81e809e6f65cb87f19f71ac9ff5adda3cf31ad0"
144
+ },
145
+ "model-00023-of-00051.safetensors": {
146
+ "bytes": 4293847964,
147
+ "sha256": "d9fe784ccfbf3047337d2b92c237ff358da8b81caacb7bafeb3b7db7d61da3f0"
148
+ },
149
+ "model-00024-of-00051.safetensors": {
150
+ "bytes": 4292470612,
151
+ "sha256": "e017cb6c0644cd6aeab73b9c1f8a7e1a8fd40b14ceee96bfbb324637e277e8a9"
152
+ },
153
+ "model-00025-of-00051.safetensors": {
154
+ "bytes": 4293848612,
155
+ "sha256": "ccaae02f446fc78d1ab16613752076e37671a229b022e252ef0b317286137f71"
156
+ },
157
+ "model-00026-of-00051.safetensors": {
158
+ "bytes": 4293847996,
159
+ "sha256": "999c7db4687eddc73deff7008a50c5b52caeed5c005eb91b3a6970a215d1e391"
160
+ },
161
+ "model-00027-of-00051.safetensors": {
162
+ "bytes": 4294985024,
163
+ "sha256": "df2836cd435d837f998645c8e824c5cd9d21bd796c864277fb2b77ff47621848"
164
+ },
165
+ "model-00028-of-00051.safetensors": {
166
+ "bytes": 4293847996,
167
+ "sha256": "7cd3068fff4136d32d351d570be1a91be3d1f1c64e02c4e7fbd2a7f71786069f"
168
+ },
169
+ "model-00029-of-00051.safetensors": {
170
+ "bytes": 4292470308,
171
+ "sha256": "0a1a27f14009ad9ccb3bddd10a55f98a3dcec8c3918e1f9969c82f1007dd3bb0"
172
+ },
173
+ "model-00030-of-00051.safetensors": {
174
+ "bytes": 4293845308,
175
+ "sha256": "ffb716c129bb37845a1ccaa77e051207ee751c4ae57617be367ebca968666848"
176
+ },
177
+ "model-00031-of-00051.safetensors": {
178
+ "bytes": 4293846932,
179
+ "sha256": "9849ad18f55683d835bf06438448b2722cdbedb0e014bce311db68c4f291aae8"
180
+ },
181
+ "model-00032-of-00051.safetensors": {
182
+ "bytes": 4293847996,
183
+ "sha256": "076ef357cca67e915af209c0c2a4a7ed9ff6c4637b7f73d5d484e06047794b2c"
184
+ },
185
+ "model-00033-of-00051.safetensors": {
186
+ "bytes": 4294985064,
187
+ "sha256": "53a9ae8a11bb665f382cc8fce0c12a01fcc9d9914b0ae9cc6ce70dfaf6673924"
188
+ },
189
+ "model-00034-of-00051.safetensors": {
190
+ "bytes": 4293847972,
191
+ "sha256": "51963f0d97a22a0df719340d34f324e8431646b1b3c559895434b65e3589ce9f"
192
+ },
193
+ "model-00035-of-00051.safetensors": {
194
+ "bytes": 4292470900,
195
+ "sha256": "84d18a981f87e58080a9a26c8fca29d2c3d676d4c2d6a478af5ea57ef1e196fc"
196
+ },
197
+ "model-00036-of-00051.safetensors": {
198
+ "bytes": 4293848308,
199
+ "sha256": "ce4379f2e1bae25bd166ed27839c2e39e618d85171fa51214c4592abd70650f8"
200
+ },
201
+ "model-00037-of-00051.safetensors": {
202
+ "bytes": 4293847996,
203
+ "sha256": "174fef528430dd49ff93332688896909f939289db23d81e62d6a7b72fe8480fd"
204
+ },
205
+ "model-00038-of-00051.safetensors": {
206
+ "bytes": 4294985064,
207
+ "sha256": "3cf5a08d5de4805980174c47e7c827405c058309bf80f03d77d55af2731c0979"
208
+ },
209
+ "model-00039-of-00051.safetensors": {
210
+ "bytes": 4293847956,
211
+ "sha256": "9da08b07cdf5f0f15e0e36d495d24b0c89c0057651de1cb8da9dc014fab7316a"
212
+ },
213
+ "model-00040-of-00051.safetensors": {
214
+ "bytes": 4292470620,
215
+ "sha256": "0cb8a7e807210d9571217c382a48ad5460cfd9fa691b7246b30009e1b3600f22"
216
+ },
217
+ "model-00041-of-00051.safetensors": {
218
+ "bytes": 4293848604,
219
+ "sha256": "869d182af27e16f93f06efc093ad157840cdc741cc52bd519eedc0b1edbcc7d7"
220
+ },
221
+ "model-00042-of-00051.safetensors": {
222
+ "bytes": 4293847996,
223
+ "sha256": "6dfae805e0c514773b1a62c790b51a932b2fc74a6ce7e8d3d39d3ec6c2edea76"
224
+ },
225
+ "model-00043-of-00051.safetensors": {
226
+ "bytes": 4293846436,
227
+ "sha256": "658f462f2c136a89c68b0745724df202da14a9148c342e21e61af898977e70d0"
228
+ },
229
+ "model-00044-of-00051.safetensors": {
230
+ "bytes": 4293844252,
231
+ "sha256": "01f728f501a6715d977bb04ea831cc2845bd02a84c626c5a3c00f6db935acf6e"
232
+ },
233
+ "model-00045-of-00051.safetensors": {
234
+ "bytes": 4292466436,
235
+ "sha256": "ea93ebc52be456ed0a6a23fe6140a24f03a006a09453156d5f54de9492155fba"
236
+ },
237
+ "model-00046-of-00051.safetensors": {
238
+ "bytes": 4293845172,
239
+ "sha256": "d9db1a9815a66b57423ae6cc8b010d6dfb082de5e2ed57a694bc0f556f261aa9"
240
+ },
241
+ "model-00047-of-00051.safetensors": {
242
+ "bytes": 4293844212,
243
+ "sha256": "8a850db831575d8e2d35c1245604b8d570b91544545fa2f952d2856482bd4936"
244
+ },
245
+ "model-00048-of-00051.safetensors": {
246
+ "bytes": 4292283116,
247
+ "sha256": "520d439dbafda9b68f074c97090e66c0b3281d50505b0d38922bf528f1106c9b"
248
+ },
249
+ "model-00049-of-00051.safetensors": {
250
+ "bytes": 4293844252,
251
+ "sha256": "617c27f7f44769dae6e1270f9bd538826f58e57ee559fac6ebad8afb37894843"
252
+ },
253
+ "model-00050-of-00051.safetensors": {
254
+ "bytes": 4295120288,
255
+ "sha256": "e91d393f8f760b768013d5f03e2b79abb215693712895031d949d5bd34a7587c"
256
+ },
257
+ "model-00051-of-00051.safetensors": {
258
+ "bytes": 686798728,
259
+ "sha256": "3286b6712dae3512ad7d2f2156b483624feb905ffd77ee58b0deed119fc08275"
260
+ },
261
+ "model.safetensors.index.json": {
262
+ "bytes": 14248544,
263
+ "sha256": "cf7338d204ee0215e56e6b48791d3f3cde510622021793e68f6374241d3655ba"
264
+ },
265
+ "provenance/evaluation-candidate/README.md": {
266
+ "bytes": 1750,
267
+ "sha256": "5378fff73f2fbb08796a296112acd5cf582f1e7b10e4a0351ec3585126ae15c2"
268
+ },
269
+ "provenance/evaluation-candidate/package-manifest.json": {
270
+ "bytes": 24240,
271
+ "sha256": "7f7cfee4a7dc618196b0699a57034dce3316b83257a7320687d079d72d13ee73"
272
+ },
273
+ "provenance/pack-plan.json": {
274
+ "bytes": 15169,
275
+ "sha256": "30b85e9c5b0113329a9cc0e9ce90657b0c604a3f2155eef2cc859eae20d3599f"
276
+ },
277
+ "provenance/selected-experts.json": {
278
+ "bytes": 6850692,
279
+ "sha256": "2486345d3d649280b9069bf2a021c2e287b94503e1fa3aa9eb70064b8afe7371"
280
+ },
281
+ "provenance/shards/draft__model-00001-of-00002.safetensors.json": {
282
+ "bytes": 315062,
283
+ "sha256": "7ef91e1fe5e977b6a166675eb59d4f3115f3c6899afedd9ed7f8947823c25ea4"
284
+ },
285
+ "provenance/shards/draft__model-00002-of-00002.safetensors.json": {
286
+ "bytes": 267506,
287
+ "sha256": "8874088cccaebb6820a1697010ee2c8900bcb2651778083a1cc41af00d36038b"
288
+ },
289
+ "provenance/shards/engrams__engram-layer-01.safetensors.json": {
290
+ "bytes": 703,
291
+ "sha256": "e0742ad7d26a329f8333fe6af95ca1969cecdfd59a7acf658d00f847c46cd870"
292
+ },
293
+ "provenance/shards/engrams__engram-layer-14.safetensors.json": {
294
+ "bytes": 705,
295
+ "sha256": "bd73002c76873f1d115d58860cc957d4b0cf066816d9a0fc0975a313479592a0"
296
+ },
297
+ "provenance/shards/model-00001-of-00051.safetensors.json": {
298
+ "bytes": 289613,
299
+ "sha256": "bf66bd4947b5e7653e3f278741655fd1b9457352aad78e9330d26fc40449eb1f"
300
+ },
301
+ "provenance/shards/model-00002-of-00051.safetensors.json": {
302
+ "bytes": 826698,
303
+ "sha256": "242f51066e5e5dfa0d42685904506440a8160dbef1ce576c7173a4b6d6219977"
304
+ },
305
+ "provenance/shards/model-00003-of-00051.safetensors.json": {
306
+ "bytes": 887245,
307
+ "sha256": "4edc7f0f896dea2af76471418884cfb7b59a404b479668125b055fbe78fb5c4a"
308
+ },
309
+ "provenance/shards/model-00004-of-00051.safetensors.json": {
310
+ "bytes": 862243,
311
+ "sha256": "c7cb67294ee223950367b41e9d3c99f62cbdd00df75e55123dc4412f5eb83c16"
312
+ },
313
+ "provenance/shards/model-00005-of-00051.safetensors.json": {
314
+ "bytes": 862546,
315
+ "sha256": "ca119abb10b468cfd055e7b51037deab4b0677e65c01c3155f1792cebfcc63fc"
316
+ },
317
+ "provenance/shards/model-00006-of-00051.safetensors.json": {
318
+ "bytes": 862524,
319
+ "sha256": "39d11618998ed8fcd90c6aa7eb9dcec7c63c9bb201f9b76dd30af63da219dc07"
320
+ },
321
+ "provenance/shards/model-00007-of-00051.safetensors.json": {
322
+ "bytes": 862553,
323
+ "sha256": "74ec2f313f67f0124246e8aa82e667df4514fa651515c63881f1010ab5f470d2"
324
+ },
325
+ "provenance/shards/model-00008-of-00051.safetensors.json": {
326
+ "bytes": 890801,
327
+ "sha256": "daff90f92b91f810eca3b7cced2624dc4287dc597f5f5bac81d45b4e84a566e1"
328
+ },
329
+ "provenance/shards/model-00009-of-00051.safetensors.json": {
330
+ "bytes": 830072,
331
+ "sha256": "53cf4cf8581eca63fd8760c8baa012257156c3457059bf35fe67286895fccef4"
332
+ },
333
+ "provenance/shards/model-00010-of-00051.safetensors.json": {
334
+ "bytes": 862541,
335
+ "sha256": "a58d14f1e3b0b2bac4747c7497c002888f29d221c76176078c1a8f5a1a6452f7"
336
+ },
337
+ "provenance/shards/model-00011-of-00051.safetensors.json": {
338
+ "bytes": 862529,
339
+ "sha256": "8edbd5d96cd973bddf0ab98e3a983c87dec4080a563d1421c8ea061a80aac532"
340
+ },
341
+ "provenance/shards/model-00012-of-00051.safetensors.json": {
342
+ "bytes": 862553,
343
+ "sha256": "6d2ce834d8000191120a215903d228e849ced40cd6d80c8dcacd93cb70267504"
344
+ },
345
+ "provenance/shards/model-00013-of-00051.safetensors.json": {
346
+ "bytes": 890657,
347
+ "sha256": "46b879a57621fb7f64d079f23e2a1455b69027f93b16b958890d7714fc297d68"
348
+ },
349
+ "provenance/shards/model-00014-of-00051.safetensors.json": {
350
+ "bytes": 863241,
351
+ "sha256": "cf15d2c9d93a43b1825af15b5d0ed05a16f1bc6eb8a5017aaa6f01867fcb897a"
352
+ },
353
+ "provenance/shards/model-00015-of-00051.safetensors.json": {
354
+ "bytes": 862528,
355
+ "sha256": "f2b1c45a0bd80a2cc25a60da1a5aaf630c8e293291aabd2f9c877f15b187fe45"
356
+ },
357
+ "provenance/shards/model-00016-of-00051.safetensors.json": {
358
+ "bytes": 858975,
359
+ "sha256": "a5c280e680a6a99c592c2eb1d428d46a8d5ea5aa38471f42a161adc92921f35d"
360
+ },
361
+ "provenance/shards/model-00017-of-00051.safetensors.json": {
362
+ "bytes": 858690,
363
+ "sha256": "53693d33c008c5099683763a95730db81f083416ae4658a110689e7867ba6963"
364
+ },
365
+ "provenance/shards/model-00018-of-00051.safetensors.json": {
366
+ "bytes": 862526,
367
+ "sha256": "476090848668e4218cf87ab6b2af25c77719dd36a3ebf170749b1f84fd8b1b57"
368
+ },
369
+ "provenance/shards/model-00019-of-00051.safetensors.json": {
370
+ "bytes": 891280,
371
+ "sha256": "5e8bc04247e864b8c133b4dd1dc7b086f819a1056896378334d8b5ef7ed76b81"
372
+ },
373
+ "provenance/shards/model-00020-of-00051.safetensors.json": {
374
+ "bytes": 862620,
375
+ "sha256": "0654afe7abc01432fad5e708741f9ae1caf6bf9ce1955203d99eb59e0dd07629"
376
+ },
377
+ "provenance/shards/model-00021-of-00051.safetensors.json": {
378
+ "bytes": 862553,
379
+ "sha256": "6d8b818cb59977ae0a33af2779d7946041867f7c3cc2e0446886a75c4550ca7e"
380
+ },
381
+ "provenance/shards/model-00022-of-00051.safetensors.json": {
382
+ "bytes": 862376,
383
+ "sha256": "8fa02ec1355d0fd8de7c050b240c0aeadc8141179a8c069074681c277b7186e2"
384
+ },
385
+ "provenance/shards/model-00023-of-00051.safetensors.json": {
386
+ "bytes": 862520,
387
+ "sha256": "9b6457514da4ce6ea2220368964007fb827ae32cb3b761b15bf886ca2fda1a1e"
388
+ },
389
+ "provenance/shards/model-00024-of-00051.safetensors.json": {
390
+ "bytes": 890993,
391
+ "sha256": "dcbfe6ed329fcc367f478df05e6dad1a66f2ffd4cb384f89113f44fc0224eb1f"
392
+ },
393
+ "provenance/shards/model-00025-of-00051.safetensors.json": {
394
+ "bytes": 862916,
395
+ "sha256": "b0605b92045575c03d0d9bcdaebd53d1996f2412818c369751b7b39da326209e"
396
+ },
397
+ "provenance/shards/model-00026-of-00051.safetensors.json": {
398
+ "bytes": 862553,
399
+ "sha256": "4367433fd7cbf3448a9e98e2f73a9eec450724f1424064b5401e313173523bfe"
400
+ },
401
+ "provenance/shards/model-00027-of-00051.safetensors.json": {
402
+ "bytes": 862343,
403
+ "sha256": "2dacd9a98855f53e857d6129ca3965374e804a9df2c2f7c0836200f6bbb2bd9a"
404
+ },
405
+ "provenance/shards/model-00028-of-00051.safetensors.json": {
406
+ "bytes": 862553,
407
+ "sha256": "f8c0e3bebcbdc09fb43b83fe667a1780e19650be70b4acb76cb00f487a60deb4"
408
+ },
409
+ "provenance/shards/model-00029-of-00051.safetensors.json": {
410
+ "bytes": 890686,
411
+ "sha256": "04530d19faef28ca4ec05c3644d7f1b129f99a72115b5d6c40f2fe417db7ea45"
412
+ },
413
+ "provenance/shards/model-00030-of-00051.safetensors.json": {
414
+ "bytes": 859614,
415
+ "sha256": "efa1175166ba3da6dade1a8fc53d2156b10e833ff01dad36329983e72b8e6b89"
416
+ },
417
+ "provenance/shards/model-00031-of-00051.safetensors.json": {
418
+ "bytes": 861488,
419
+ "sha256": "ed7f0afdac02bcfacf223a59e9d42656309794d3c6af3d6ef39b47458171f031"
420
+ },
421
+ "provenance/shards/model-00032-of-00051.safetensors.json": {
422
+ "bytes": 862553,
423
+ "sha256": "1b03f43ca26e9bdabe8c97de43d2e90bf2db9e984fed5fb86d074816e3fe34f8"
424
+ },
425
+ "provenance/shards/model-00033-of-00051.safetensors.json": {
426
+ "bytes": 862379,
427
+ "sha256": "5e0678694ee1a77905d4967adb8ec033e1a4e033a77ab2a96ed0d828faa47f56"
428
+ },
429
+ "provenance/shards/model-00034-of-00051.safetensors.json": {
430
+ "bytes": 862531,
431
+ "sha256": "1a1ab6e3c674e820c4360ef86501c295bad8c8b403f51f29efc0f173e8bcd638"
432
+ },
433
+ "provenance/shards/model-00035-of-00051.safetensors.json": {
434
+ "bytes": 891279,
435
+ "sha256": "851777fd43720213155c32c9c9a356554881562c872c04c832b68b4e16fa84d5"
436
+ },
437
+ "provenance/shards/model-00036-of-00051.safetensors.json": {
438
+ "bytes": 862616,
439
+ "sha256": "6360ed1c0e3f0e0f9cec0730820995f27f986acbc8b86d59f39e114a1062bf7a"
440
+ },
441
+ "provenance/shards/model-00037-of-00051.safetensors.json": {
442
+ "bytes": 862553,
443
+ "sha256": "65357a15e76960d626c32a46029c2fe0323663181d17e6c9d8d63edfc52b1a9f"
444
+ },
445
+ "provenance/shards/model-00038-of-00051.safetensors.json": {
446
+ "bytes": 862379,
447
+ "sha256": "19f10bd29c689ba8cc43fe2b401add5c2600a45bbd3d0b1da475a0755e6f3d1d"
448
+ },
449
+ "provenance/shards/model-00039-of-00051.safetensors.json": {
450
+ "bytes": 862517,
451
+ "sha256": "d264d79be06f910b344915bac0e824c3f3a71ae4343b6fd41e2bee4f90088dc6"
452
+ },
453
+ "provenance/shards/model-00040-of-00051.safetensors.json": {
454
+ "bytes": 890997,
455
+ "sha256": "183267987a2873a0456525adc48a09fc81af4c8b505e8da0c9804ef9e9048602"
456
+ },
457
+ "provenance/shards/model-00041-of-00051.safetensors.json": {
458
+ "bytes": 862912,
459
+ "sha256": "cfc7b1db44f61dc1852e7722dba5933fda9044709f8c6a585a9b5db1378da10d"
460
+ },
461
+ "provenance/shards/model-00042-of-00051.safetensors.json": {
462
+ "bytes": 862553,
463
+ "sha256": "6b63eae26a696c43a21d1f0773e0403d55645558c830c4c2ff6a78fbb174e29f"
464
+ },
465
+ "provenance/shards/model-00043-of-00051.safetensors.json": {
466
+ "bytes": 860992,
467
+ "sha256": "b6b75c5d673877edc75548377699f65ae3e37794855571ba7957fb35bf133127"
468
+ },
469
+ "provenance/shards/model-00044-of-00051.safetensors.json": {
470
+ "bytes": 858807,
471
+ "sha256": "94e9764367744702089c99218a6c52e503d95dfb6c0e3e3ec768a5a0088ab8bb"
472
+ },
473
+ "provenance/shards/model-00045-of-00051.safetensors.json": {
474
+ "bytes": 886818,
475
+ "sha256": "31d9c315fb9314a7fae42d7bdf75220e0052c91e3725816611914d9f2f4f88f7"
476
+ },
477
+ "provenance/shards/model-00046-of-00051.safetensors.json": {
478
+ "bytes": 859477,
479
+ "sha256": "074561ff6a6e90564b0a90f3f19a78e0c6832c07680c9a14c584b10e496339cf"
480
+ },
481
+ "provenance/shards/model-00047-of-00051.safetensors.json": {
482
+ "bytes": 858771,
483
+ "sha256": "b22b92f7c6de3d325272b8aa947a75ab03f95b66379370262e4a96a2a9c0ecca"
484
+ },
485
+ "provenance/shards/model-00048-of-00051.safetensors.json": {
486
+ "bytes": 857082,
487
+ "sha256": "edd9d4fea72b1dbf87f485847e5c431116ffa2bba5cf77566e182fff41d6458b"
488
+ },
489
+ "provenance/shards/model-00049-of-00051.safetensors.json": {
490
+ "bytes": 858807,
491
+ "sha256": "402fce9588a80726071b1b8b4707a7c9cb00b71a80ba56c90980b8c7f40f8fa2"
492
+ },
493
+ "provenance/shards/model-00050-of-00051.safetensors.json": {
494
+ "bytes": 863630,
495
+ "sha256": "80368358f1a5d109d394934e9e5b6f1c97917372f403dc7ad8bd1e4b434fe0b3"
496
+ },
497
+ "provenance/shards/model-00051-of-00051.safetensors.json": {
498
+ "bytes": 50822,
499
+ "sha256": "97ba00cf4c15404d44a705c0a7abad183a88298e95a2f7739620e5a69834fccc"
500
+ },
501
+ "provenance/source-config.json": {
502
+ "bytes": 3311,
503
+ "sha256": "8be45ce0476004a3f529fd896115a4a2e800a129ad2d3ec05b16050f52e21879"
504
+ },
505
+ "provenance/source-index.json": {
506
+ "bytes": 7470294,
507
+ "sha256": "74b0686a3d2891980d5e303251b075a3bccae2c2ff650747db2620a649b98fa8"
508
+ },
509
+ "tokenizer.json": {
510
+ "bytes": 6367257,
511
+ "sha256": "c90dfa01249db1be4245780a052ede752e1361c612ac6d08e2bdada7d599476b"
512
+ },
513
+ "tokenizer_config.json": {
514
+ "bytes": 801,
515
+ "sha256": "6ac8c8dc065ed118161d02dd532749ae3f52c243deac27872134fae2f50d8547"
516
+ },
517
+ "verify-release.py": {
518
+ "bytes": 3075,
519
+ "sha256": "2e713327dbf7df70391c88605246a9767d47d7ceabbbeb5442991026d9556a59"
520
+ }
521
+ },
522
+ "format": "ds41_hf_weights_release_v1",
523
+ "full_runtime_release_qualified": false,
524
+ "manifest_excludes_itself": true,
525
+ "publication_authorized": true,
526
+ "repo_id": "coolbho3k/DeepSeek-V4.1-Flash-EXL3-3bpw",
527
+ "selected_manifest_sha256": "4639e1cf64c5845bb89ae4f9b3648293014bb8c0c32daee2d19f7df0a3f5e86e",
528
+ "source_revision": "df42c109f1defefcbfcedbe7d905718a12266e40",
529
+ "upload_status_is_separate": true
530
+ }
upload-status.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "expected_files": 130,
3
+ "expected_weight_shards": 55,
4
+ "manifest_sha256": "043785e20066f6212d30b3451a956802596a18d0b542b104ce2dd24bba900bc3",
5
+ "repo_id": "coolbho3k/DeepSeek-V4.1-Flash-EXL3-3bpw",
6
+ "status": "uploading"
7
+ }
verify-release.py ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Stream-verify a materialized public weights download before GPU loading."""
2
+ import argparse
3
+ import hashlib
4
+ import json
5
+ from pathlib import Path, PurePosixPath
6
+ import re
7
+ import shutil
8
+ import stat
9
+ import subprocess
10
+
11
+
12
+ def main():
13
+ parser = argparse.ArgumentParser(description=__doc__)
14
+ parser.add_argument('--directory', type=Path, required=True)
15
+ parser.add_argument('--manifest-sha256', required=True)
16
+ args = parser.parse_args()
17
+ root = args.directory.resolve(strict=True)
18
+ manifest_path = root / 'release-manifest.json'
19
+ assert not manifest_path.is_symlink() and manifest_path.stat().st_size < 2**20
20
+ raw = manifest_path.read_bytes()
21
+ assert re.fullmatch('[0-9a-f]{64}', args.manifest_sha256)
22
+ assert hashlib.sha256(raw).hexdigest() == args.manifest_sha256, 'Manifest hash mismatch'
23
+ manifest = json.loads(raw)
24
+ assert manifest['format'] == 'ds41_hf_weights_release_v1'
25
+ assert manifest['repo_id'] == 'coolbho3k/DeepSeek-V4.1-Flash-EXL3-3bpw'
26
+ files = manifest['files']
27
+ assert 55 <= len(files) < 1000
28
+ shards = {f'model-{i:05d}-of-00051.safetensors' for i in range(1, 52)}
29
+ shards |= {f'engrams/engram-layer-{i:02d}.safetensors' for i in (1, 14)}
30
+ shards |= {f'draft/model-{i:05d}-of-00002.safetensors' for i in (1, 2)}
31
+ assert {name for name in files if name.endswith('.safetensors')} == shards
32
+ if shutil.which('nvidia-smi'):
33
+ jobs = subprocess.check_output(['nvidia-smi', '--query-compute-apps=pid',
34
+ '--format=csv,noheader'], text=True, timeout=15).strip()
35
+ assert not jobs, 'Run large-file verification before starting GPU work'
36
+ total = 0
37
+ for name, expected in sorted(files.items()):
38
+ logical = PurePosixPath(name)
39
+ assert str(logical) == name and not logical.is_absolute() and '..' not in logical.parts
40
+ assert name not in ('release-manifest.json', 'upload-status.json')
41
+ assert set(expected) == {'bytes', 'sha256'}
42
+ assert re.fullmatch('[0-9a-f]{64}', expected['sha256'])
43
+ path = root / name
44
+ assert path.resolve() == path and stat.S_ISREG(path.lstat().st_mode), name
45
+ before = path.stat()
46
+ assert before.st_size == expected['bytes'], name
47
+ digest = hashlib.sha256()
48
+ with path.open('rb', buffering=0) as stream:
49
+ while chunk := stream.read(2**20):
50
+ digest.update(chunk)
51
+ after = path.stat()
52
+ assert (before.st_dev, before.st_ino, before.st_size, before.st_mtime_ns, before.st_ctime_ns) == (
53
+ after.st_dev, after.st_ino, after.st_size, after.st_mtime_ns, after.st_ctime_ns), name
54
+ assert digest.hexdigest() == expected['sha256'], 'Payload hash mismatch: ' + name
55
+ total += before.st_size
56
+ print(json.dumps({'verified': name, 'bytes_verified': total}), flush=True)
57
+ print(json.dumps({'status': 'all_manifest_payloads_sha256_verified', 'files': len(files),
58
+ 'bytes_verified': total, 'manifest_sha256': args.manifest_sha256,
59
+ 'quality_verified': False}), flush=True)
60
+
61
+
62
+ if __name__ == '__main__':
63
+ main()