CoolFace
Modelpublic

continuum-ai/qwen3.5-27b-code-forged

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes45downloads
Model Card

30% Smaller, +3.5% Better

Qwen3.5-27B pruned by 30% and retrained for code through Experiential Plasticity.

3.07 → 2.96 perplexity · 2 cycles

<p align="center"> <a href="https://cambriantech.github.io/forge-alloy/verify/#hf.co/continuum-ai/qwen3.5-27b-code-forged/resolve/main/qwen3.5-27b-code-forged.alloy.json@80a26f0ec24dfc1e"> <img src="alloy-qr.png" alt="Verify Chain of Custody" width="160"/> </a> </p>

<p align="center"> <a href="https://cambriantech.github.io/forge-alloy/verify/#hf.co/continuum-ai/qwen3.5-27b-code-forged/resolve/main/qwen3.5-27b-code-forged.alloy.json@80a26f0ec24dfc1e"><b>Every claim on this card is verified</b></a><br> <b>Trust: self-attested</b> · 1 benchmark · 2 devices tested<br> <a href="https://github.com/CambrianTech/forge-alloy">ForgeAlloy</a> chain of custody · <a href="qwen3.5-27b-code-forged.alloy.json">Download alloy</a> · Merkle-chained </p>


Qwen3.5-27B with cryptographic provenance via the ForgeAlloy chain of custody.

Benchmarks

BenchmarkResultVerified
perplexity3.0Self-reported

What Changed (Base → Forged)

BaseForgedDelta
Perplexity (code)3.072.96-3.5% ✅
PruningNone30% heads (magnitude)-30% params ✅
TrainingGeneralcode, 500 stepsLR 2e-4, 2 cycles
Pipelineprune → train2 cycles

Runs On

DeviceFormatSizeSpeed
MacBook Pro 32GBfp16Verified
RTX 3090 24GBfp16Verified
MacBook Pro 32GBfp168.0GBExpected
MacBook Air 16GBQ8_0~4.0GBExpected
MacBook Air 8GBQ4KM~2.5GBExpected
iPhone / AndroidQ4KM~2.5GBExpected

Quick Start

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("continuum-ai/qwen3.5-27b-code-forged",
    torch_dtype="auto", device_map="auto")
tokenizer = AutoTokenizer.from_pretrained("continuum-ai/qwen3.5-27b-code-forged")

inputs = tokenizer("def merge_sort(arr):", return_tensors="pt").to(model.device)
output = model.generate(**inputs, max_new_tokens=200)
print(tokenizer.decode(output[0], skip_special_tokens=True))

Methodology

Produced via head pruning. Full methodology, ablations, and per-stage rationale are in the methodology paper and the companion `MODEL_METHODOLOGY.md` in this repository. The pipeline ran as prune → train over 2 cycles on MacBook Pro 32GB.

Chain of Custody

Scan the QR or verify online. Download the alloy file to verify independently.

WhatProof
Model weightssha256:4b4c056e252719d09fffd65c7a72aba3a...
Code that ransha256:legacy-pre-alloy-...
Forged onMacBook Pro 32GB, 2026-03-27T20:29:26-0500
Trust level`self-attested`
SpecForgeAlloy — Rust/Python/TypeScript

Make Your Own

Forged with Continuum — a distributed AI world that runs on your hardware.

<p align="center"> <a href="https://github.com/CambrianTech/continuum"><img src="https://raw.githubusercontent.com/CambrianTech/continuum/main/docs/images/factory.png" alt="Continuum Model Factory" width="400"/></a> </p>

The Factory configurator lets you design and forge custom models visually — context extension, pruning, LoRA, quantization, vision/audio modalities. Pick your target devices, the system figures out what fits.

GitHub · All Models · Forge-Alloy

License

apache-2.0