Fixed typo
#2
by
immunda
- opened
- src/index.html +1 -1
src/index.html
CHANGED
@@ -304,7 +304,7 @@
|
|
304 |
|
305 |
<h3>torch.nn.Embedding</h3>
|
306 |
|
307 |
-
<p>The embedding layer in LLMs works as a look-up table. Given a list of indices (token ids) it returns their embeddings. Build a Large Language Model (From Scratch) <d-cite bibtex-key="manning2024llm"></d-cite> shows this concept
|
308 |
|
309 |
<figure class="fullscreen">
|
310 |
<div id="image-as-graph" style="display: grid; position: relative; justify-content: center;">
|
|
|
304 |
|
305 |
<h3>torch.nn.Embedding</h3>
|
306 |
|
307 |
+
<p>The embedding layer in LLMs works as a look-up table. Given a list of indices (token ids) it returns their embeddings. Build a Large Language Model (From Scratch) <d-cite bibtex-key="manning2024llm"></d-cite> shows this concept comprehensively.</p>
|
308 |
|
309 |
<figure class="fullscreen">
|
310 |
<div id="image-as-graph" style="display: grid; position: relative; justify-content: center;">
|