Full technical specifications, architecture, training guide and API reference for all EmpoorioLM presets.
← See EmpoorioLM
Mini (4.3M, ~9 MB) for edge and mobile, small (25.4M, ~52 MB) for production and AI Subnets, dense (113M, ~430 MB) for servers and advanced fine-tuning. All three share the same hybrid Transformer+SSM base with paged attention, MTP and zkML support.
Paged Attention
KVBlockTable with Copy-on-Write. 16-token blocks. Page reuse in parallel generation. Compatible with beam search and speculative decoding. Memory efficiency comparable to vLLM.
Selective SSM — Mamba S6
MambaBlocks with SelectiveSSM interleaved every N layers (ssm_every_n_layers). D=4 expansion with discrete kernel. Captures long dependencies in O(L) instead of O(L²). Lower quadratic cost than pure attention.
Multi-Token Prediction
MTPModule with MTPHead. Predicts K future tokens in parallel (configurable mtp_num_heads). 1.8–2.4× decoding speedup vs pure autoregression with the same output quality.
FP8 Training
FP8Linear with DelayedScaling and amax history. apply_fp8_to_model replaces Linear layers. Reduces VRAM usage ~50% vs bfloat16. Compatible with FSDP2 + Tensor Parallelism + Pipeline Parallelism.
SimPO Alignment
Simple Preference Optimization without external reward model. Trains from SFT checkpoint with 34+ annotated pairs in simpo_pairs.jsonl. Converges in minutes. Efficient alternative to classic RLHF.
zkML — Verifiable Inference
EmpoorioLM inferences can be cryptographically proven on-chain via EmpoorioChain pallet-zk-verifier. Full model transparency without a central custodian. Auditable AI by default.
Everything you need to integrate EmpoorioLM into your project.
EmpoorioLM Hub
Overview, use cases and ecosystem integrations.
Documentation
Full API reference and configuration guides.
AI Agents
How to use EmpoorioLM as the engine for autonomous agents.
Agent Registry
Publish and discover on-chain agents powered by EmpoorioLM.
Developer Hub
SDK, examples and tutorials for builders.