<!-- PCU: ch08-transformer | contract: contracts/apr-book-ch08-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch08_transformer -->
<!-- Status: enforced -->
# Chapter 08: Transformer Architecture
> Contract: [`apr-book-ch08`](../../../contracts/apr-book-ch08-v1.yaml)
Run: `cargo run -p aprender-core --example ch08_transformer`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch08_transformer.rs}}
```