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", "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,