@DanKornas: Need a lightweight public reference for LLM model architecture metadata without shipping an entire website implementati…
Summary
DanKornas highlights the LLM Architecture Gallery repository, which publishes per-model metadata as a lightweight public data export using models.yml for gallery cards.
View Cached Full Text
Cached at: 08/10/26, 11:29 AM
Need a lightweight public reference for LLM model architecture metadata without shipping an entire website implementation?
LLM Architecture Gallery is a repository containing source model metadata for the LLM Architecture Gallery.
It organizes per-model metadata in models.yml for gallery cards and publishes the repository as a lightweight public data export rather than the full website implementation.
Key features: • Uses models.yml as the per-model metadata source for gallery cards. • Includes image paths for each model entry. • Records dates in the model metadata. • Provides fact-sheet fields for model entries. • Stores related links alongside each model’s metadata.
Link in the reply
Similar Articles
@DanKornas: Stop learning LLM system design from random diagrams. genai-llm-ml-case-studies is a curated GitHub collection of 500+ …
A curated GitHub collection of over 500 real-world GenAI, LLM, and ML system design case studies from 130+ companies, organized by industry, use case, company, and architecture pattern. Open-source under MIT license.
@omarsar0: LLM Artifacts Connected to @karpathy's LLM Knowledge base idea, I've been building out a fun way to generate dynamic ar…
A developer is building a system to generate dynamic artifacts from LLM knowledge bases inspired by Karpathy's LLM Knowledge Base idea, aiming to surface deeper and more meaningful insights from content that is otherwise hard for humans to consume.
@tom_doerr: Curated list of local LLM tools and hardware https://github.com/0xSojalSec/LLMs-local…
A curated list of platforms, tools, models, hardware, and resources for running large language models locally, hosted on GitHub.
@DanKornas: LLM interpretability is a rabbit hole. This repo gives you a map. Awesome LLM Interpretability is a curated GitHub list…
A curated GitHub list of tools, papers, and communities for LLM interpretability, helping researchers navigate the field efficiently.
Which Models Are Our Models Built On? Auditing Invisible Dependencies in Modern LLMs
Introduces ModSleuth, an agentic system that recursively reconstructs large-scale dependency graphs for LLM development by analyzing public artifacts, revealing multi-hop license obligations and documentation inconsistencies.