Skip to content

IV — Transformers & LLMs

This part covers the architecture behind modern NLP — the Transformer — and how pretrained language models are applied to downstream tasks.

Chapters in this part

What you'll be able to do

  • Explain self-attention and the Transformer block.
  • Build sequence-to-sequence and attention-based models for machine translation.
  • Use pretrained Transformer models (e.g. BERT) for downstream tasks.