AI Model Card Template Document Every Model Before It Goes Live
An AI model card is a short, structured document that records what a model is, what it was built to do, what data trained it, how it was evaluated, where it fails, and who owns it. This AI model card template gives regulated businesses a format that satisfies ISO/IEC 42001 technical documentation, the NIST AI RMF Map and Measure functions, and EU AI Act transparency duties, whether the model is an open-weight LLM on your own GPUs or a vendor API behind a workflow.
- The model card is the unit of AI documentation. An AI inventory says which models exist. A model card says what each one does, on what data, with what measured limits, and who is accountable. Auditors, insurers, and enterprise customers now ask for both.
- Three frameworks converge on the same document. ISO/IEC 42001 control A.6.2.7 requires technical documentation for each AI system, the NIST AI RMF Map and Measure functions expect the same facts to be recorded, and Article 11 of the EU AI Act makes technical documentation a precondition for placing a high-risk system on the market.
- The format has a pedigree. The 2019 paper Model Cards for Model Reporting by Margaret Mitchell and colleagues defined nine sections, and the Hugging Face template extended them. This template keeps both and adds the security, deployment, monitoring, and ownership sections a regulated deployment needs.
- A vendor's model card is not your model card. It describes the base model on the vendor's data. Your card must describe your fine-tune, your retrieval corpus, your system prompt, your access controls, and your evaluation on your data.
- A model card is a living record. It changes whenever the weights, the prompt, the data, or the approved use changes, and the change log is usually the first page an assessor turns to.
What an AI Model Card Is, and What It Is Not
A model card is a standardized document, usually one to a few pages, that accompanies a trained machine learning model and reports its intended use, training data, evaluation results across the conditions that matter for its application, known limitations, and ethical considerations. The format was introduced in the 2019 paper Model Cards for Model Reporting, presented at the ACM Conference on Fairness, Accountability, and Transparency, and it has since become the default documentation convention for models published on Hugging Face and the reference point that AI governance frameworks lean on. For a business deploying AI, the model card is the artifact that turns "we use AI" into "here is exactly what this model does, on which data, with which measured limits, and who answers for it."
What a Complete Model Card Records
- Model identity. Name, version, base model, architecture family, license, developer, release date, and the artifact hash that pins exactly which weights are running in production.
- Intended and out-of-scope use. The tasks the model was built for, the users it serves, the decisions it informs, and the uses it must not be applied to, written specifically enough that a new employee could tell the difference.
- Training and fine-tuning data. What data went in, where it came from, how it was cleaned and de-identified, what it deliberately excludes, and for retrieval-based deployments, what corpus the model reads at run time.
- Evaluation and results. The test sets, the metrics, and the results broken down by the factors that matter for the use case: document type, language, customer segment, input length, or demographic group where relevant.
- Risks, limitations, and mitigations. Known failure modes, bias findings, hallucination behavior, prompt injection exposure, and the specific control that limits each one.
- Deployment, monitoring, and ownership. Where the model runs, who can reach it, what is logged, how drift is watched, who approves changes, and who to call when it misbehaves.
What a Model Card Is Not
- It is not the vendor's README. The Hugging Face card for a base model documents the base model. Your card documents your deployment of it, and the two can disagree in ways that matter.
- It is not an AI inventory. The inventory is the list of every AI system in use, one row each. The model card is the detail record behind a row. An AI governance framework needs both.
- It is not an acceptable use policy. The AI acceptable use policy tells employees which tools they may use and how. The model card tells engineers, owners, and assessors what one specific model does.
- It is not a risk assessment. An AI risk assessment scores the risk of a use case. The model card supplies the facts the assessment relies on, and the assessment's findings flow back into the card's risk section.
- It is not a one-time deliverable. A card that has not changed since go-live, while the prompt and the retrieval corpus have, is evidence against you rather than for you.
Where the Frameworks Require AI Model Documentation
None of the major frameworks uses the phrase "model card" as a mandatory term. All of them require the contents of one. The table below maps the documentation duty in each framework to what a model card has to contain to satisfy it.
Petronella Technology Group has documented, secured, and prepared systems for assessment on behalf of regulated businesses since 2002, and has run an AI division since 2023 building private AI deployments on hardware the customer controls. Craig Petronella, author of Beautifully Inefficient and MIT-certified in AI, cybersecurity, blockchain, and compliance, leads that work as a CMMC Registered Practitioner and NC Licensed Digital Forensics Examiner. The model card template on this page is the format used in those engagements, because the same document has to satisfy the engineer who built the model, the executive who owns the risk, and the assessor who tests the controls.
The AI Model Card Template, Section by Section
The nine sections from the original model cards paper (model details, intended use, factors, metrics, evaluation data, training data, quantitative analyses, ethical considerations, caveats and recommendations) cover what a model is and how it performs. They were written for model developers publishing to the public. A regulated business deploying a model internally needs three more things the original format did not anticipate: the security controls around the model, the infrastructure it runs on, and the ownership and change history that make the card auditable. The twelve sections below are the result.
The fillable skeleton below is the same twelve sections in the order an assessor expects to read them. Copy it into your documentation system, one file per model, and treat every bracketed field as mandatory. A field that honestly reads "not evaluated" is acceptable and auditable; a field that is silently missing is neither.
AI MODEL CARD | [model name] | version [x.y] | card date [YYYY-MM-DD] 1. MODEL DETAILS Base model / license: [name, version, license] Architecture / parameters: [family, size, quantization] Artifact hash: [sha256 of deployed weights] Developer / fine-tuned by: [organization, team] Card author / reviewer: [name] / [name] 2. INTENDED USE Primary task: [what it does] Intended users: [roles, count] Decisions it informs: [decision, and who makes the final call] Human review point: [where a person checks the output] 3. OUT-OF-SCOPE USE Prohibited uses: [list; be specific] Data classes it must not see: [PHI / CUI / PCI / personal data / other] 4. TRAINING AND FINE-TUNING DATA Base model data: [cite the vendor card] Fine-tuning data: [source, dates, volume, license, de-identification] Retrieval corpus (if RAG): [source, size, refresh cadence, access control] Exclusions: [what was deliberately left out] 5. EVALUATION DATA AND FACTORS Test set: [source, size, how it differs from training data] Factors: [document type / language / length / segment / other] 6. METRICS AND RESULTS Metrics and rationale: [metric: why it matters for this use] Results per factor: [table or reference] Comparison: [prior version / baseline replaced] 7. BIAS, RISKS, AND LIMITATIONS Known failure modes: [list] Bias findings: [findings, or "not evaluated" with reason] Hallucination behavior: [rate on the test set, typical pattern] User recommendations: [what users must do to use it safely] 8. SECURITY CONTROLS Prompt injection testing: [date, method, result, open findings] Red team: [date, scope, findings closed / open] Access control: [authentication, authorization, tenancy] Provenance / supply chain: [where the weights came from, verification] 9. DEPLOYMENT AND INFRASTRUCTURE Runs on: [on-premises GPU / private cloud / vendor API] Data residency / posture: [location, FIPS / FedRAMP where required] Network placement / egress: [zone, allowed destinations] Integrations: [systems it reads from and writes to] 10. MONITORING AND EVENT LOGGING Logged: [prompts / retrievals / outputs / decisions] Log destination / retention: [SIEM or store, months] Drift metrics / thresholds: [metric, threshold, review cadence] Incident triggers: [what opens an incident, who is paged] 11. CHANGE LOG [date] [what changed] [approver] [re-evaluation result] 12. OWNERSHIP AND CONTACTS Accountable executive: [name, title] Technical owner: [name] Security contact: [name] Data owner: [name] Last review / next review: [date] / [date]
A Model Card for a Private Contract-Review Assistant
The example below shows what the twelve sections look like when filled in for a common regulated deployment: a law firm running an open-weight language model on its own hardware to flag clauses in commercial contracts for attorney review. It is illustrative. The values are placeholders that show the level of detail expected, not measurements from a client engagement.
Two things in that example carry most of the value. The evaluation was run on the firm's own contracts, split by the factors that actually vary in the firm's work, which is what makes the results defensible. And the security section documents a test against the realistic attack, a hostile document, rather than a generic statement that the model is secure. That is the standard Petronella Technology Group applies when it builds a custom LLM deployment or a retrieval-augmented assistant for a client, and it is the standard an assessor will apply whether or not the card was written with one in mind.
Four Assumptions That Fail at Audit
The same four beliefs show up in nearly every AI documentation review. Each one sounds reasonable and each one produces a card that describes a system other than the one in production.
"The vendor's model card covers us."
The vendor documented the base model on the vendor's data. It says nothing about your fine-tune, your retrieval corpus, your system prompt, your access controls, or how your users actually apply the output. An assessor reading it learns about the vendor, not about you.
"We only use ChatGPT and Copilot, so we have no models to document."
Every AI system in use belongs in the inventory, and each one that touches regulated data or informs a decision deserves a card, even when the model is somebody else's API. The card is shorter, but intended use, data handling, access, and ownership still have to be written down.
"The README in the repository is our documentation."
A README written for developers omits the intended use, limitations, and ownership that auditors and business owners need, and nobody outside engineering can find it or read it.
"We wrote the card at launch, so we are done."
The prompt changed in March, the corpus doubled in May, and a new department started using the tool in July. A card that predates all three describes a system that no longer exists.
Your card cites the vendor's card, then documents your deployment.
Base model provenance is one field. The other eleven sections are about your data, your prompt, your evaluation, your controls, and your people.
Every inventory entry has a card proportional to its risk.
A public chatbot with no company data gets a one-page card. A private model processing protected health information or CUI gets the full template, security and monitoring sections included. The shadow AI detection sweep finds the entries the inventory missed.
Documentation is written for four audiences at once.
ISO/IEC 42001 A.6.2.7 asks for documentation each audience can use: users, partners, auditors, and regulators. The template separates the sections so each audience finds its part without wading through the rest.
The change log is enforced by change control.
No change to weights, prompt, corpus, guardrails, or access ships without a card update and a re-evaluation result, and the next review date is on the governance calendar with a named owner.
Get a Model Card for Every Model You Run
A model card review from Petronella Technology Group inventories your AI systems, identifies which ones need a full card, and produces the first one with you so your team can produce the rest. Call 919-348-4912 or schedule a consultation.
Model Cards, System Cards, Datasheets, and the AI Inventory
Model cards sit inside a small family of AI documentation artifacts, and teams regularly produce the wrong one. The distinctions below decide which document answers which question.
For most regulated small and mid-sized businesses the practical set is an inventory, a model card per deployed model, and a datasheet per proprietary dataset or retrieval corpus. System cards come later, when agents and multi-step pipelines make a single model card insufficient on its own. The AI bill of materials extends the software supply chain security discipline many defense contractors already run for SBOMs, and the model card's provenance field is where the two connect.
Producing AI Model Cards: Three Approaches Compared
Organizations end up with model cards in one of three ways. The differences show up when an auditor, a customer, or an incident asks what the card actually proves.
One client review describes the approach this work depends on: "Craig takes the time to understand our business model, not just our technology stack. It makes his recommendations more strategic and tailored to our actual goals." (Daniel Lee, TrustIndex verified review; Petronella Technology Group is rated 4.7 across 92 verified TrustIndex reviews.) A model card is only useful when the intended-use section reflects how the business actually works, and that understanding is where the document starts.
How We Produce and Maintain Model Cards
The sequence Petronella Technology Group runs for an AI documentation engagement. Each step produces a document or a test result, so the business can see progress and the assessor can see evidence.
Inventory: list every AI system in use, assign a risk tier, and decide which ones need a full card
Collect: gather model identity, data lineage, prompts, integrations, and the vendor documentation that already exists
Evaluate: build a held-out test set from your data, choose metrics, run the evaluation, and run red team and prompt injection tests
Write: complete the twelve sections with each audience's part clearly separated
Approve: business owner, security, and compliance sign the card, and it is filed in ComplianceArmor® with its risk register entry
Maintain: change control triggers updates, and a scheduled review confirms the card still describes the system
Keeping Model Cards Current After Go-Live
Most model cards do not fail on the day they are written. They fail six months later, when the model has changed and the card has not. Six habits keep the document honest.
Tie the card to change control
Any ticket that changes weights, the system prompt, the retrieval corpus, guardrails, integrations, or access includes a card update as a required field. If the ticket cannot say which section changed, it is not ready to close. Petronella Technology Group builds this into the change procedure during AI governance consulting engagements so it does not depend on anyone remembering.
Keep the evaluation set versioned
The held-out test set is an asset. Version it, protect it from leaking into training or the retrieval corpus, and re-run it after every change so that the results in section 6 are comparable over time rather than a one-off number.
Log what the card says you log
Section 10 is a promise. If the card says prompts and outputs go to the SIEM with twelve-month retention, an assessor will ask to see last month's. The managed SIEM service confirms the feed exists and the retention holds.
Watch for deployments the inventory missed
New AI features arrive inside software the business already owns, and employees adopt tools without asking. A periodic shadow AI sweep finds them, and each one either gets a card or gets blocked.
Re-read the vendor's card when the vendor changes something
Base model versions change, retention terms change, and subprocessors change. The provenance field in your card cites a specific vendor card version; when that changes, sections 4, 8, and 9 need a look. The third-party risk management cycle is the natural trigger.
Put the review date on the governance calendar
Section 12 names a next review date and an owner. That date belongs on the same calendar as the policy reviews and the risk register review, which is how the AI governance maturity model distinguishes an operating program from a documented one.
AI Model Card Template Questions, Answered
What is an AI model card?
What sections should an AI model card template include?
Is a model card required by ISO 42001, NIST AI RMF, or the EU AI Act?
Do we need a model card if we only use a vendor API like ChatGPT or Copilot?
What is the difference between a model card and a system card?
Who should write and approve a model card?
How often should a model card be updated?
Does a model card help with CMMC or HIPAA compliance?
Build the Rest of the AI Governance Program
Document the Model Before the Assessor Asks
Petronella Technology Group has secured regulated businesses since 2002 and builds private AI on hardware its clients control. Bring the models you already run, and leave with a card for each one, a test set you can re-run, and a governance calendar that keeps them current. Call 919-348-4912 or schedule a consultation.
Last Updated: August 30, 2026. Reviewed by Craig Petronella, MIT-certified AI and cybersecurity technologist, CMMC Registered Practitioner, NC Licensed Digital Forensics Examiner (License# 604180-DFE).