Skip to content

Commit ff7dd63

Browse files
committed
updated lecture 19
1 parent 52cff6d commit ff7dd63

3 files changed

Lines changed: 103 additions & 103 deletions

File tree

slides/week6/lecture19.html

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.

slides/week6/lecture19.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ Winter 2026
2020
<div class="note-box" data-title="By the end of this lecture, you will be able to...">
2121

2222
1. Identify key limitations of the original BERT training procedure
23-
2. Explain how RoBERTa, ALBERT, DistilBERT, ELECTRA, and DeBERTa each address different limitations
23+
2. Explain how RoBERTa, ALBERT, DistilBERT, ELECTRA, and ModernBERT each address different limitations
2424
3. Compare parameter efficiency, training efficiency, and inference speed across variants
2525
4. Select the appropriate variant for a given task and resource constraint
26-
5. Argue whether encoder models remain relevant in the era of GPT-4
26+
5. Argue whether encoder models remain relevant in the era of GPT-style decoders
27+
28+
</div>
29+
30+
<div class="tip-box" data-title="Try it out!">
31+
32+
Play around with different BERT variants in our [companion Notebook](https://colab.research.google.com/github/ContextLab/llm-course/blob/main/slides/week6/bert_variants_demo.ipynb)!
2733

2834
</div>
2935

@@ -41,12 +47,6 @@ Winter 2026
4147

4248
</div>
4349

44-
<div class="tip-box" data-title="Companion notebook">
45-
46-
📓 [Companion Notebook](https://colab.research.google.com/github/ContextLab/llm-course/blob/main/slides/week6/bert_variants_demo.ipynb) — try different BERT variants hands-on
47-
48-
</div>
49-
5050
---
5151

5252
# RoBERTa: robustly optimized BERT

slides/week6/lecture19.pdf

148 KB
Binary file not shown.

0 commit comments

Comments
 (0)