NJX-njx/model-architecture-blog
<div align="center">
Large Model Architectures
   
A focused technical blog on large model architectures with practical, readable deep dives. This Space starts with Mixture of Experts (MoE) and will expand to related topics such as routing, parallelism, training efficiency, and deployment trade-offs.
[Visit the live blog โ](https://huggingface.co/spaces/NJX-njx/model-architecture-blog)
</div>
๐ Quick Start
Option 1: Duplicate on Hugging Face (Recommended)
- Visit [๐ค Large Model Architectures](https://huggingface.co/spaces/NJX-njx/model-architecture-blog)
- Click "Duplicate this Space"
- Clone your new repository:
git clone git@hf.co:spaces/<your-username>/<your-space>
cd <your-space>Option 2: Clone Directly
git clone https://github.com/tfrere/research-article-template.git
cd research-article-templateInstallation
# Install Node.js 20+ (use nvm for version management)
nvm install 20
nvm use 20
# Install Git LFS and pull assets
git lfs install
git lfs pull
# Install dependencies
cd app
npm install
# Start development server
npm run devVisit http://localhost:4321 to see your site!
๐ฏ Who This Is For
- Scientists writing modern, web-native research papers
- Educators creating interactive, explorable lessons
- Researchers who want to focus on ideas, not infrastructure
- Anyone who values clear, engaging technical communication
๐ Inspired by Distill
This blog borrows the spirit of Distill (2016โ2021), and applies it to large model architecture topics with:
- Accessible, high-quality explanations
- Reproducible, production-ready demos
- Modern web technologies and best practices
๐ค Contributing
We welcome contributions! Please see our Contributing Guidelines for details.
Ways to Contribute
- Report bugs - Open an issue with detailed information
- Suggest features - Share ideas for improvements
- Improve documentation - Help others get started
- Submit code - Fix bugs or add features
- Join discussions - Share feedback and ideas
๐ License
This project is licensed under the Creative Commons Attribution 4.0 International License.
- Diagrams and text: CC-BY 4.0
- Source code: Available on Hugging Face
- Third-party figures: Excluded and marked in captions
๐ Acknowledgments
- Inspired by Distill and the interactive scientific writing movement
- Built with Astro, MDX, and modern web technologies
- Community feedback and contributions from researchers worldwide
๐ Support
- [Community Discussions](https://huggingface.co/spaces/NJX-njx/model-architecture-blog/discussions) - Ask questions and share ideas
- [Report Issues](https://huggingface.co/spaces/NJX-njx/model-architecture-blog/discussions?status=open&type=issue) - Bug reports and feature requests
- Contact: @NJX-njx on Hugging Face
Made with โค๏ธ for the scientific community
