A team is deploying a fine-tuned LLM to production. Their CI pipeline includes: unit tests, integration tests, and performance benchmarks. A security engineer proposes adding a "model card" requirement. What security and compliance value does a model card provide?
- A.A. A model card speeds up model loading at inference time
- B.D. A model card is a GDPR-required document that must be filed with supervisory authorities
- C.C. A model card is a cryptographic signature of the model weights
- D.B. A model card documents the model's intended use, known limitations, evaluation results, and ethical considerations - enabling downstream deployers to make informed decisions about appropriate use cases and risk acceptance
Why D is correct