modelmap - Interactive, animated architecture of any HuggingFace models
modelmap lets you paste any Hugging Face model ID and instantly get a living, interactive map of its neural network architecture—no weights downloaded. It visualizes the flow of data through layers, attention mechanisms, and expert routing, making complex models like Qwen3-8B or DeepSeek-V3.1 understandable at a glance. Perfect for developers, researchers, and learners, it turns static model cards into dynamic, explorable diagrams. Try it with trending models or classics like GPT-2 and BERT to see how they work inside.
Paste a Hugging Face model id. Get a living map of the network — no weights downloaded.
- srvmshr
I saw a similar page a month back. The design aesthetics are bit different
- xms17189
How are you generating the architecture graph from model configs, and do you plan to surface tensor shapes or layer-level parameter counts as well?
- Hacker_Yogi
Visually inspecting how a particular model is architected is quite interesting. Thank you for coming up with this!