Skip to content

Commit 0bd2608

Browse files
committed
update stride wording
1 parent 90d239b commit 0bd2608

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ch02/01_main-chapter-code/ch02.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@
12431243
"id": "0c9a3d50-885b-49bc-b791-9f5cc8bc7b7c",
12441244
"metadata": {},
12451245
"source": [
1246-
"- We use a sliding window approach where we slide the window one word at a time (this is also known as `stride=1`):\n",
1246+
"- We use a sliding window approach, changing the position by +1:\n",
12471247
"\n",
12481248
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/13.webp\" width=\"500px\">"
12491249
]
@@ -1878,7 +1878,7 @@
18781878
"name": "python",
18791879
"nbconvert_exporter": "python",
18801880
"pygments_lexer": "ipython3",
1881-
"version": "3.11.4"
1881+
"version": "3.10.10"
18821882
}
18831883
},
18841884
"nbformat": 4,

0 commit comments

Comments
 (0)