mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
"Typographical error (#104)
This commit is contained in:
committed by
GitHub
parent
7b7d23a4e1
commit
96b1fde3f1
@@ -1172,7 +1172,7 @@
|
||||
"id": "aef0a6b8-205a-45bf-9d26-8fd77a8a03c3",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"n causal attention, the attention weights above the diagonal are masked, ensuring that for any given input, the LLM is unable to utilize future tokens while calculating the context vectors with the attention weight"
|
||||
"- In causal attention, the attention weights above the diagonal are masked, ensuring that for any given input, the LLM is unable to utilize future tokens while calculating the context vectors with the attention weight"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user