update stride wording

This commit is contained in:
Sebastian Raschka 2024-04-22 20:40:48 -05:00
parent 4abaa168ac
commit 44a009f7e6

View File

@ -1243,7 +1243,7 @@
"id": "0c9a3d50-885b-49bc-b791-9f5cc8bc7b7c",
"metadata": {},
"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",
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/13.webp\" width=\"500px\">"
]
@ -1878,7 +1878,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.10"
}
},
"nbformat": 4,