AI Councils
Review & Assurance

Model Cards and Datasheets

Standardized documentation for AI models and the datasets they use.

Purpose

Model cards and datasheets are standardized documentation formats that make AI systems more transparent and reviewable. They were introduced by Google and Microsoft researchers and have become widely adopted as a governance best practice.

Model Cards

A model card describes a trained model's intended use, performance characteristics, and limitations.

Model Card Template

SectionContents
Model name and versionIdentifier and version number
Model typeArchitecture and technique (e.g., transformer, gradient boosting)
Intended usePrimary use cases the model was designed for
Out-of-scope useUse cases the model should not be used for
Training dataDescription of training data (source, size, date range, preprocessing)
Evaluation dataDescription of evaluation data and how it differs from training data
Performance metricsKey metrics (accuracy, precision, recall, F1, AUC, etc.) with confidence intervals
Disaggregated performancePerformance broken down by relevant demographic or contextual groups
LimitationsKnown limitations, failure modes, and edge cases
Ethical considerationsPotential harms, biases, and sensitive use contexts
RecommendationsGuidance for users on responsible deployment

Datasheets for Datasets

A datasheet describes a dataset's provenance, composition, and intended use.

Datasheet Template

SectionContents
Dataset name and versionIdentifier and version
PurposeWhy was this dataset created?
CreatorWho created the dataset and on behalf of whom?
CompositionWhat data is included? How many instances? What features?
Collection processHow was the data collected? What consent was obtained?
PreprocessingWhat cleaning, filtering, or transformation was applied?
Intended useWhat tasks is this dataset appropriate for?
Not appropriate forWhat tasks should this dataset not be used for?
DistributionHow is the dataset shared? Under what license?
MaintenanceWho maintains the dataset? How are updates handled?
Legal and ethicalAre there legal or ethical concerns? (Privacy, bias, representation)

When to Require These

ArtifactWhen Required
Model cardAll Tier 3 cases. Recommended for Tier 2.
DatasheetWhen the model uses a custom or curated dataset. Not required for off-the-shelf vendor models (covered by vendor checklist).

For vendor-procured AI, request equivalent documentation from the vendor as part of the Vendor Checklist.

On this page