Every claim on this card is verified
Trust: self-attested · 1 benchmark · 2 devices tested
ForgeAlloy chain of custody ·
Download alloy · Merkle-chained
Qwen3.5-27B with cryptographic provenance via the
ForgeAlloy chain of custody.
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("continuum-ai/qwen3.5-27b-code-forged",
4 torch_dtype="auto", device_map="auto")
5tokenizer = AutoTokenizer.from_pretrained("continuum-ai/qwen3.5-27b-code-forged")
6
7inputs = tokenizer("def merge_sort(arr):", return_tensors="pt").to(model.device)
8output = model.generate(**inputs, max_new_tokens=200)
9print(tokenizer.decode(output[0], skip_special_tokens=True))
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.
Forged with
Continuum — a distributed AI world that runs on your hardware.
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.