C.W.K.
Stream
Lesson 05 of 05 · published

Model Cards vs System Cards — What to Look For

~9 min · model-cards, literacy, documentation

Level 0Scout
0 XP0/41 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete

The two documents

Modern LLM releases ship two complementary documents. Confusing them is common; reading both is the right discipline.

Model card

Describes the technical model: architecture, training data composition, training compute, hyperparameters, evaluation results, intended use, and license. Hugging Face hosts these as README.md alongside the weights. The most useful sections are usually:

  • Architecture — attention type, FFN type, MoE config, position encoding, vocab.
  • Training — dataset composition (often vague), training compute, optimization.
  • Evaluation — benchmarks the lab wants to highlight (apply benchmark-skepticism stack).
  • Limitations — what the lab admits the model is bad at.
  • License — what you can do with the weights.

System card

Describes the safety/policy/evaluation story: red-teaming results, refusal behavior, known harms, deployment-specific safety measures. Anthropic and OpenAI publish detailed system cards alongside major releases. These are denser than model cards and often contain the most surprising information.

What to read first

  1. Model card architecture section — locates the model on axis 1.
  2. Training section — locates it on axis 2 to whatever extent the lab discloses.
  3. Evaluation, but skeptically.
  4. License — before deploying.
  5. System card — before deploying to users.

What is NOT in the cards is also signal

Cards that omit dataset composition, training compute, or red-teaming results are telling you the lab does not want to disclose those. Cards that omit known limitations are telling you the lab is doing marketing in technical clothing. Read what is missing as carefully as what is present.

External links

Exercise

Pick one major model release from a frontier lab (Anthropic, OpenAI, Google, DeepSeek). Find both its model card AND its system card. Read both end to end. Note one fact from the system card you did not know — these documents reward careful reading and are usually more honest than blog posts.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.