Update index.html

This commit is contained in:
Shayan Rais
2026-05-07 12:57:35 +05:00
parent 6718a977c7
commit b3f884f5e4
@@ -497,7 +497,8 @@
<!-- SLIDE 11: What's a Token? -->
<!-- ============================================================ -->
<div class="slide" data-slide="11">
<figure style="max-width: 1100px; width: 100%; margin: 60px auto 0;">
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80vh; text-align: center;">
<figure style="max-width: 1100px; width: 100%;">
<img
src="../assets/llm/tokens.jpg"
alt="Screenshot of the OpenAI tokenizer showing the sentence about BPE split into 32 tokens across 105 characters, with tabs for GPT-5.x, GPT-4, and GPT-3 tokenizers."
@@ -505,6 +506,7 @@
/>
</figure>
</div>
</div>
<!-- ============================================================ -->
<!-- SLIDE 12: Tokens In, Tokens Out — Full Picture -->