20 / 31
Что такое dataset cards и model cards (Gebru et al., Mitchell et al.), зачем они нужны и как писать?
Model Cards (Mitchell et al. 2018) — стандартизованная документация модели: intended use, factors, metrics per subgroup, evaluation data, training data, ethical considerations, caveats. Datasheets for Datasets (Gebru et al. 2018) — параллельный документ для датасета: motivation, composition, collection, preprocessing, uses, distribution, maintenance. HuggingFace сделал model card (README.md + YAML metadata) de-facto стандартом. EU AI Act требует Technical Documentation (Annex IV) для high-risk AI — фактически расширенный model card. Без cards не выпускают модель: транспарентность, downstream decision support, regulatory compliance.