JJoeven

Quizzes

Neural Nets & Transformers quiz

24 questions from the Neural Nets & Transformers track. Score 80% or higher to unlock a certificate.

  1. Tokens

    1. Why do modern language models use subword tokens instead of whole words?

  2. Byte Pair Encoding

    2. What does one BPE merge do?

  3. Special Tokens

    3. What is a chat template for?

  4. The Embedding Table

    4. What does an embedding table do?

  5. Positions

    5. Why do transformers need a position signal?

  6. Attention

    6. In causal self-attention, why are some scores set to a huge negative number?

  7. Multi-Head Attention

    7. What problem do multiple attention heads address?

  8. The Transformer Block

    8. What do residual connections do in a transformer block?

  9. Residuals and LayerNorm

    9. Why add the layer output back to the input (a residual)?

  10. Encoder vs Decoder

    10. Why must a GPT-style decoder hide future tokens?

  11. Pretraining

    11. What is the standard pretraining task for GPT-style models?

  12. Logits and Unembedding

    12. What is a logit in a language model?

  13. Decoding

    13. When should an agent decode tool names greedily?

  14. The KV Cache

    14. What does the KV cache store?

  15. Context Windows

    15. What is a common dangerous truncation bug?

  16. Prefill and Decode

    16. Why is time-to-first-token mostly prefill?

  17. Fine-Tuning

    17. What does SFT mainly copy?

  18. LoRA

    18. What is LoRA for?

  19. Limitations

    19. Why do transformers hallucinate facts?

  20. Lost in the Middle

    20. Where should the latest tool observation usually sit in a long prompt?

  21. Scaling

    21. What do scaling laws mainly predict?

  22. Padding and Masks

    22. What is an attention mask for padding doing?

  23. Why Transformers

    23. What is a main training advantage of transformers over classic RNNs?

  24. The Stack an Agent Actually Runs

    24. What is the main thing you control in a hosted transformer agent?