23:57
35d ago
→modelmap: paste a HuggingFace model ID, get an interactive architecture map
modelmap.cc turns any HuggingFace model ID into an interactive architecture diagram—no weights downloaded. It instantiates the model on a meta device to get the structure, then runs a traced fake forward pass to infer tensor shapes. The homepage shows trending models like Qwen3.8-27B, DeepSeek-V4-Pro-0813, and Kimi-K3, plus classic reference architectures such as GPT-2, BERT, and DeepSeek-V3.1. Public repos work out of the box; gated ones work after adding a token. The post doesn't disclose whether it's open source, backend costs, or concurrency limits.
72
SCORE
H1·K1·R0