EnricoFermi commited on
Commit
df4efa2
·
verified ·
1 Parent(s): 25cf91b

Upload v2-7b-coder-compensated.alloy.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. v2-7b-coder-compensated.alloy.json +10 -3
v2-7b-coder-compensated.alloy.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "v2-7b-coder-compensated",
3
- "version": "1.1.0",
4
  "description": "Methodology validation artifact for the v2 forge pipeline + KL-distillation compensation LoRA. Demonstrates that aggressive head pruning + activation-metric importance + pad-mode defrag, when paired with output-distribution distillation against the unmodified teacher, recovers near-base HumanEval capability (61.0 vs 62.2 base, within calibration tolerance). This is the empirical anchor for PLASTICITY-COMPACTION \u00a74.1.3.3 and the loss-function ablation that closes the \u00a74.1.3.2 PPL/HumanEval disconnect. NOT a Pareto improvement over the unmodified base 7B at any single VRAM tier \u2014 published as proof that the methodology stack works end-to-end, in preparation for the Qwen3.5-35B-A3B and 397B-A17B forges where the pruning dimension actually wins.",
5
  "author": "continuum-ai",
6
  "tags": [
@@ -179,14 +179,21 @@
179
  "trustLevel": "self-attested"
180
  }
181
  },
 
 
 
 
 
 
 
182
  "receipt": {
183
  "publications": [
184
  {
185
  "target": "huggingface",
186
  "url": "https://huggingface.co/continuum-ai/v2-7b-coder-compensated",
187
- "publishedAt": "2026-04-08T04:54:26.954862+00:00"
188
  }
189
  ],
190
- "issuedAt": "2026-04-08T04:54:26.954862+00:00"
191
  }
192
  }
 
1
  {
2
  "name": "v2-7b-coder-compensated",
3
+ "version": "1.2.0",
4
  "description": "Methodology validation artifact for the v2 forge pipeline + KL-distillation compensation LoRA. Demonstrates that aggressive head pruning + activation-metric importance + pad-mode defrag, when paired with output-distribution distillation against the unmodified teacher, recovers near-base HumanEval capability (61.0 vs 62.2 base, within calibration tolerance). This is the empirical anchor for PLASTICITY-COMPACTION \u00a74.1.3.3 and the loss-function ablation that closes the \u00a74.1.3.2 PPL/HumanEval disconnect. NOT a Pareto improvement over the unmodified base 7B at any single VRAM tier \u2014 published as proof that the methodology stack works end-to-end, in preparation for the Qwen3.5-35B-A3B and 397B-A17B forges where the pruning dimension actually wins.",
5
  "author": "continuum-ai",
6
  "tags": [
 
179
  "trustLevel": "self-attested"
180
  }
181
  },
182
+ "methodologyPaperUrl": "https://github.com/CambrianTech/continuum/blob/main/docs/papers/PLASTICITY-COMPACTION.md",
183
+ "limitations": [
184
+ "This model is currently a methodology demonstration rather than a Pareto-optimal artifact at any specific hardware tier. For production code workloads on smaller hardware, the unmodified Qwen2.5-Coder-7B at standard quantization (Q4_K_M / Q5_K_M / Q8_0) may be a better fit pending the larger Qwen3.5+ forges that exercise the pruning dimension where this methodology actually wins.",
185
+ "Validated on HumanEval / HumanEval+ for English-language Python code completion. Performance on other programming languages, code paradigms (functional, embedded, kernel), or code-adjacent domains (SQL, regex, shell) has not been measured.",
186
+ "Ships as fp16 only. GGUF quantization tiers (Q5_K_S / Q3_K_M / Q2_K) are not yet published for this artifact; the per-tier comparison from the development log showed base+quant dominates v2+quant at every VRAM tier on the same 7B base, which is why the methodology validation here uses fp16 and the production GGUF publishes are reserved for the Qwen3.5+ forges where the dimension flips.",
187
+ "Vision modality not yet wired in. The Continuum sensory architecture treats vision as first-class for personas, but this 7B coder artifact is text-only."
188
+ ],
189
  "receipt": {
190
  "publications": [
191
  {
192
  "target": "huggingface",
193
  "url": "https://huggingface.co/continuum-ai/v2-7b-coder-compensated",
194
+ "publishedAt": "2026-04-08T05:01:40.446154+00:00"
195
  }
196
  ],
197
+ "issuedAt": "2026-04-08T05:01:40.446154+00:00"
198
  }
199
  }