Preview - rendered architecture diagrams; full validated atlas + dataset coming.

Preview export

Rendered catalog vphase0-preview

This export indexes real rendered architecture diagrams only. Forward validation, provenance, licensing, tlspec files, and richer model metadata are pending for the full atlas.

100732
Cataloged
14291
Build verified
0
Real forward
0
Wrapper forward
14291
Rendered
0
Quarantined
86441
Deferred

preview: render coverage only, validation pending

Preview honesty note

The Phase 0 catalog means an SVG exists and was copied into the content-addressed export. It does not assert that a model runs forward, has a canonical input, has verified source metadata, or has complete dataset attribution.

Schema

FieldDescription
stable_idProvisional manifest model_id; Tier-B freezes the stable identifier.
slugURL-safe model identifier, de-duplicated deterministically.
display_nameManifest model name.
categoryRendered gallery subdirectory.
family_normalizedConservative best-effort family label.
variantsRendered diagram variants; Phase 0 has one unrolled-none variant.
variants[].svg / variants[].thumbContent-addressed asset references with url, sha256, and byte count.
tlspecFuture per-model TorchLens spec download slot; null in this preview.
forward_validatedFalse in this preview; no verified correctness claim yet.
source_licenseUnknown in this preview until source provenance lands.

Load in 3 lines

import pandas as pd
models = pd.read_json("https://raw.githubusercontent.com/johnmarktaylor91/model-menagerie/main/site-data/models.jsonl", lines=True)
print(models[["slug", "category", "n_ops"]].head())

Content-addressed assets

Every generated SVG and WebP path is keyed as assets/<sha256>.<ext>; the URL, digest, and byte count are stored together in each AssetRef. Production pages serve those keys from R2.