Minor typo fix

This commit is contained in:
rasbt 2026-03-07 13:35:30 -06:00
parent 3a7b98a36a
commit a68e98caff
No known key found for this signature in database

View File

@ -1038,7 +1038,7 @@
"id": "54d2d375-87bd-4153-9040-63a1e6a2b7cb",
"metadata": {},
"source": [
"- Suppose we have 2 input samples with 6 tokens each, where each token is a 768-dimensional embedding vector; then this transformer block applies self-attention, followed by linear layers, to produce an output of similar size\n",
"- Suppose we have 2 input samples with 4 tokens each, where each token is a 768-dimensional embedding vector; then this transformer block applies self-attention, followed by linear layers, to produce an output of similar size\n",
"- You can think of the output as an augmented version of the context vectors we discussed in the previous chapter"
]
},