EmpoorioLM: Models & Specs.

Full technical specifications, architecture, training guide and API reference for all EmpoorioLM presets.

← See EmpoorioLM
3Variants — mini, small, dense
4.3M–113MParameter range
~9–430 MBEstimated production RAM
/v1/completionsOpenAI-compatible API

Three presets,one architecture

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.


Architecture modules

  • 1

    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.

  • 2

    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.

  • 3

    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.

  • 4

    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.

  • 5

    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.

  • 6

    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.


EmpoorioLM — Modelos y Especificaciones Técnicas | empoorio