Views
No views yet
Qwen/Qwen3.5-4B. It bundles the full base weights (apache-2.0) together with the metadata that makes it mine MatMulToken Proof-of-Useful-Work while it serves — pull this one repo and it runs, no second download.in_features == common_dim = 2560) are reused as PoW
lottery tickets — you serve real text and mine on the same compute, no second matmul.| field | value |
|---|---|
| base model | Qwen/Qwen3.5-4B |
| modality | text |
| common_dim | 2560 |
| rank | 32 |
| mine_layers | 16 (overhead dial; layer count) |
| pipeline | vllm |
rows = tokens is large). Single-token decode does not mine (rows ≈ 1), so interactive chat mines far less than long-prompt or batched-prefill serving. Diffusion models mine on every forward (large token count always), so for continuous mining a diffusion model (see Matmultoken/Z-Image-Turbo-pouw) is the stronger substrate; this LLM repo is for prefill-heavy / batch workloads.1# Serve via vLLM with quantization="pouw" (vLLM-MatMulToken plugin auto-registers it).
2from vllm import LLM
3llm = LLM(model="Matmultoken/Qwen3.5-4B-pouw", quantization="pouw") # mines on eligible matmuls while it serves
4print(llm.generate("The history of money is")) # generation is bit-identical to the base modelMatmultoken organization. The base weights (apache-2.0) are bundled in this repo at a pinned snapshot for a reproducible mining shape; the original model's LICENSE and attribution are preserved in-repo.publish_pouw_models.py. License: MIT.