Update index.html

This commit is contained in:
Shayan Rais
2026-05-07 12:57:35 +05:00
parent 6718a977c7
commit b3f884f5e4
@@ -497,13 +497,15 @@
<!-- SLIDE 11: What's a Token? --> <!-- SLIDE 11: What's a Token? -->
<!-- ============================================================ --> <!-- ============================================================ -->
<div class="slide" data-slide="11"> <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;">
<img <figure style="max-width: 1100px; width: 100%;">
src="../assets/llm/tokens.jpg" <img
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." src="../assets/llm/tokens.jpg"
style="width: 100%; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10);" 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."
/> style="width: 100%; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10);"
</figure> />
</figure>
</div>
</div> </div>
<!-- ============================================================ --> <!-- ============================================================ -->