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
| Field | Description |
|---|---|
| stable_id | Provisional manifest model_id; Tier-B freezes the stable identifier. |
| slug | URL-safe model identifier, de-duplicated deterministically. |
| display_name | Manifest model name. |
| category | Rendered gallery subdirectory. |
| family_normalized | Conservative best-effort family label. |
| variants | Rendered diagram variants; Phase 0 has one unrolled-none variant. |
| variants[].svg / variants[].thumb | Content-addressed asset references with url, sha256, and byte count. |
| tlspec | Future per-model TorchLens spec download slot; null in this preview. |
| forward_validated | False in this preview; no verified correctness claim yet. |
| source_license | Unknown 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.