Skip to content

I · The modeloverview

Part I · The model

Everything here is about the artifact, not the application. A model is a file of learned weights plus the process that produced it. That process is where training data leaks back out, where a poisoned dataset becomes a permanent backdoor, and where a pickle in a checkpoint becomes remote code execution on load.

Each part of this book splits the same three ways: how it works, how it breaks, and how you hold it. The attack and the control for one layer sit together, because that is how you actually meet them.