Visualize Any Hugging Face Model
rippeltippel
35 points
4 comments
May 06, 2026
Related Discussions
Found 5 related stories in 81.4ms across 8,303 title embeddings via pgvector HNSW
- Qwen/Qwen3.6-27B · Hugging Face cgeier · 36 pts · April 22, 2026 · 52% similar
- Show HN: I made a 3D pose maker for artists augustvdv · 77 pts · May 19, 2026 · 51% similar
- Show HN: Faceoff – A terminal UI for following NHL games vcf · 109 pts · April 19, 2026 · 51% similar
- Show HN: Lance – image/video generation and understanding in one model cleardusk · 58 pts · May 20, 2026 · 50% similar
- Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs dnhkng · 358 pts · March 10, 2026 · 48% similar
Discussion Highlights (2 comments)
anavid7
Where is it capturing the model "structure" from?
aesthesia
This is a neat idea. When I'm looking up models I usually want to see something about the architecture, but also some of the hyperparameters for the specific model---residual dimension, total number of layers, tokenizer configs. There's some of that in the visualization but it's spotty. The results for Nemotron 3 Nano are hard to parse, and I think actually incorrect: https://hfviewer.com/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-B... I'm guessing this is because the implementation uses layers that are all instances of the same class, with forward passes that branch on the layer type specified at construction time.