Resources / Datasets
Neurarch architecture corpus
36 neural network architectures kept as typed graphs rather than diagrams. Each entry carries every layer's type and parameters, the tensor shape propagated through it, an estimated parameter count, the verdict of 41 structural checks, and a link to the model.json an agent can fetch, edit and submit back for verification. Families span vision, language, recommendation, diffusion, biosignal and speech.
Get it
| Index of every architecture | neurarch.com/a/index.json |
|---|---|
| Hugging Face mirror (dataset viewer, load_dataset) | huggingface.co/datasets/neurarch-ai/neurarch-architectures |
curl -s https://neurarch.com/a/index.json | jq '.architectures[] | {key, params, verdict}'
What is in a row
What this dataset is not
Every graph here passes our own verifier by construction: a template with a blocking finding is held back from the gallery rather than published. That makes this a corpus of designs that are structurally sound, not a sample of designs people actually write, and the wrong set to measure a checker's recall against. The grounding study is the one with failures in it.
Licence and citation
Released under CC0 1.0 Universal. Cite it as:
Neurarch. Neurarch architecture corpus. https://neurarch.com/d/architectures.html