CoolFace
Apppublic

NJX-njx/model-architecture-blog

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

<div align="center">

Large Model Architectures

![License: CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) ![Node.js Version](https://nodejs.org/) ![Astro](https://astro.build/) ![Hugging Face Spaces](https://huggingface.co/spaces/NJX-njx/model-architecture-blog)

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)

  1. 1.Visit [๐Ÿค— Large Model Architectures](https://huggingface.co/spaces/NJX-njx/model-architecture-blog)
  2. 2.Click "Duplicate this Space"
  3. 3.Clone your new repository:
bash
   git clone git@hf.co:spaces/<your-username>/<your-space>
   cd <your-space>

Option 2: Clone Directly

bash
git clone https://github.com/tfrere/research-article-template.git
cd research-article-template

Installation

bash
# 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 dev

Visit 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