跳到主要内容
知仓学习社ZHICANG

model-card

Document a deployed ML/AI model so others can use it responsibly. Use when asked to write a model card, document a model's intended use and limitati…

不碰外部(只输出文字)无严重或高危命中mohitagw15856/pm-claude-skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Model Card Skill

A model card is the README for a model: what it does, what it was trained and evaluated on, where

it works, and — most importantly — where it doesn't. It turns an opaque artifact into something a

reviewer, a downstream team, or a regulator can actually assess. Write it before launch, not after.

Required Inputs

Ask for these only if they aren't already provided:

  • Model name & version, owner team, and date.
  • What it does — task type (classification, generation, ranking, extraction…) and the decision it informs.
  • Intended use & users — the supported use cases, and explicitly the out-of-scope ones.
  • Training data — sources, size, time range, and known gaps (link a [dataset-datasheet](../dataset-datasheet/SKILL.md) if one exists).
  • Evaluation — datasets, metrics, and results, ideally broken down by subgroup/slice.
  • Known limitations & risks — failure modes, bias findings, safety concerns.

Output Format

Model Card: [name] v[version]

Owner: [team] · Date: [date] · Status: [in review / production / deprecated]

1. Overview — one paragraph: what the model does, the decision it serves, and who uses it.

2. Intended Use

  • In scope: the use cases this model is validated for.
  • Out of scope / do not use for: explicit prohibited or unvalidated uses (this section prevents the most harm).
  • Users: who is expected to operate or consume it.

3. Training Data — sources, size, time window, labelling method, and known coverage gaps.

4. Evaluation

  • Metrics: the primary metric(s) and why they were chosen for this task.
  • Overall results: headline numbers vs. a stated baseline.
  • Sliced results: a table of the key metric across important subgroups (geography, language, device, demographic where appropriate) — surface where performance drops, don't hide it behind an average.

| Slice | N | Metric | vs. overall |

|---|---|---|---|

5. Limitations & Failure Modes — concrete situations where it underperforms or should not be trusted.

6. Ethical Considerations & Bias — fairness findings, sensitive-attribute handling, and mitigations applied.

7. Deployment & Monitoring — serving constraints (latency/cost), the drift/quality signals you'll watch, and the rollback trigger.

Quality Checks

  • [ ] "Out of scope / do not use for" is filled in with specifics — not left blank
  • [ ] Evaluation is reported by slice, not just one global average that hides subgroup harm
  • [ ] Every metric states the baseline it's measured against
  • [ ] Limitations describe real, concrete failure situations (not "the model may be imperfect")
  • [ ] A monitoring signal and an explicit rollback trigger are named

Anti-Patterns

  • [ ] Do not report a single aggregate metric and call evaluation done — averages mask the slices where a model fails worst
  • [ ] Do not leave "intended use" open-ended — an undefined boundary is an invitation to misuse
  • [ ] Do not omit known biases because they're uncomfortable — an undocumented risk is a worse liability than a documented one
  • [ ] Do not present accuracy without the class balance / base rate — 95% accuracy on a 95/5 split is meaningless
  • [ ] Do not ship without a monitoring plan — a model card without a rollback trigger is a snapshot, not a contract

Based On

Model Cards for Model Reporting (Mitchell et al., 2019) and the model-documentation practice used in responsible-AI reviews.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 model-card 的技能。它们内容并不相同,别混用: