[Doc] Fixing typos in diverse files

This commit is contained in:
Didier Durand
2025-12-19 13:10:21 +01:00
parent ed0c4195d8
commit ef3a09c32c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# 3.2 AI Model Testing
The **AI Model Testing** category addresses vulnerabilities and robustness of the AI model itself, independently from its deployment context. This category specifically targets intrinsic properties and behaviors of AI models, ensuring they perform reliably under adversarial conditions, do not leak sensitive information, and remain aligned with their intended goals.
The **AI Model Testing** category addresses vulnerabilities and robustness of the AI model itself, independently of deployment context. This category specifically targets intrinsic properties and behaviors of AI models, ensuring they perform reliably under adversarial conditions, do not leak sensitive information, and remain aligned with their intended goals.
Testing at the model level helps detect fundamental weaknesses such as susceptibility to evasion attacks, data poisoning, privacy leaks, and misalignment issues, which could otherwise propagate to all deployments of that model. Comprehensive model testing is essential to maintaining the integrity, security, and trustworthiness of AI systems.