mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-02 19:47:42 +00:00
Explain value truncation in some figures (#199)
* clarify truncation * typo fix
This commit is contained in:
parent
3b696a0b3c
commit
c303a7f36d
@ -271,7 +271,7 @@
|
|||||||
"id": "299baef3-b1a8-49ba-bad4-f62c8a416d83",
|
"id": "299baef3-b1a8-49ba-bad4-f62c8a416d83",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"- (In this book, we follow the common machine learning and deep learning convention where training examples are represented as rows and feature values as columns; in the caase of the tensor shown above, each row represents a word, and each column represents an embedding dimension)\n",
|
"- (In this book, we follow the common machine learning and deep learning convention where training examples are represented as rows and feature values as columns; in the case of the tensor shown above, each row represents a word, and each column represents an embedding dimension)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- The primary objective of this section is to demonstrate how the context vector $z^{(2)}$\n",
|
"- The primary objective of this section is to demonstrate how the context vector $z^{(2)}$\n",
|
||||||
" is calculated using the second input sequence, $x^{(2)}$, as a query\n",
|
" is calculated using the second input sequence, $x^{(2)}$, as a query\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user