mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-28 10:30:36 +00:00
update stride wording
This commit is contained in:
parent
4abaa168ac
commit
44a009f7e6
@ -1243,7 +1243,7 @@
|
|||||||
"id": "0c9a3d50-885b-49bc-b791-9f5cc8bc7b7c",
|
"id": "0c9a3d50-885b-49bc-b791-9f5cc8bc7b7c",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"- We use a sliding window approach where we slide the window one word at a time (this is also known as `stride=1`):\n",
|
"- We use a sliding window approach, changing the position by +1:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/13.webp\" width=\"500px\">"
|
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/13.webp\" width=\"500px\">"
|
||||||
]
|
]
|
||||||
@ -1878,7 +1878,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.11.4"
|
"version": "3.10.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user