Zubnet AIसीखेंWiki › Model Card
Safety

Model Card

Model Documentation, Data Sheet
एक standardized document जो एक machine learning model का intended use, performance characteristics, training data, limitations, और ethical considerations describe करता है। Mitchell et al. (2019) द्वारा introduced, model cards transparency बढ़ाने और users को ये informed decision लेने में help करने का aim रखते हैं कि एक model उनके use case के लिए appropriate है या नहीं।

यह क्यों matter करता है

Model cards AI के nutrition labels हैं। उनके बिना, आप एक model को blindly use कर रहे हैं — आप नहीं जानते कि उसे किस data पर train किया गया, वो किस पर अच्छा या बुरा perform करता है, या किन groups को disadvantage दे सकता है। जब AI regulation बढ़ती है (EU AI Act documentation require करता है), model cards best practice से legal requirement में move हो रहे हैं।

Deep Dive

A model card typically includes: model details (architecture, version, date), intended use (what the model is designed for and what it shouldn't be used for), training data (description of the training dataset, including any known biases), performance metrics (broken down by relevant subgroups), limitations (known failure modes, edge cases), and ethical considerations (potential harms, mitigation strategies).

In Practice

Hugging Face popularized model cards by requiring them for all models on their Hub. Quality varies widely — some are detailed technical documents, others are perfunctory placeholders. The best model cards include per-group performance breakdowns (does the model work equally well for different languages, demographics, or domains?), concrete examples of failure cases, and honest assessments of limitations rather than marketing language.

Data Cards and System Cards

The concept extends beyond models: data cards document datasets (collection methodology, annotation process, known biases), and system cards document entire AI systems (model + post-processing + guardrails + deployment context). Anthropic publishes system cards for Claude releases. These broader documents capture information that model cards alone miss — a model might be safe in isolation but dangerous when deployed with certain tool-use capabilities or without content filters.

संबंधित अवधारणाएँ

← सभी Terms
← Model Model Collapse →