dipeshmajithia/Mirror-80M-MoE-Chat
2
Mirror-MoE-80M
A Sparse Mixture-of-Experts language model optimized for edge devices.
๐ฅ Key Features
- Extreme Efficiency: Only 37M parameters compute per token
- Mobile-Ready: Runs at 100+ tok/s on Apple Silicon
- Dual-Model Selector: Switch instantly between Hybrid (Chat) and Elite (Reasoning) modes in the UI.
๐ฆ Model Selection
select the desired model from the dropdown:
- Hybrid: Best for general chat and fact retrieval.
- Elite: Best for logic puzzles, math, and instruction following.
๐ Benchmarks
Mirror-MoE achieves Pythia-70M-level PIQA with half the compute (37M vs 70M active params).
๐ Quick Start
Apple Silicon (MLX)
pip install mlx tokenizers
python inference.pyPyTorch (CPU/CUDA)
pip install torch safetensors tokenizers
python inference_pytorch.py๐ Files
๐๏ธ Architecture
MirrorTransformer (81M total)
โโโ Embedding (16M)
โโโ 8x TransformerBlock
โ โโโ Attention (RoPE)
โ โโโ MoE Layer
โ โโโ Shared Expert (512-dim, always active)
โ โโโ 16 Sparse Experts (256-dim, Top-2 routing)
โโโ Output Head (16M)๐ Citation
Research Paper
[Read the Full Paper on Zenodo](https://zenodo.org/records/18473273)
@misc{mirror2026moe,
title={Mirror-MoE-80M: Anchor-Stabilized Granular Mixture of Experts for Low-Resource Training},
author={Dipesh Majithia},
year={2026},
publisher={Zenodo},
doi={10.5281/zenodo.18473273},
url={https://zenodo.org/records/18473273}
}โ ๏ธ Disclaimer
This is a research model. Outputs may be incorrect or biased. Not for production use without additional safety measures.
๐ License
CC BY 4.0 - Free to use with attribution to MirrorAI / Dipesh Majithia
