We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d239b commit 0bd2608Copy full SHA for 0bd2608
1 file changed
ch02/01_main-chapter-code/ch02.ipynb
@@ -1243,7 +1243,7 @@
1243
"id": "0c9a3d50-885b-49bc-b791-9f5cc8bc7b7c",
1244
"metadata": {},
1245
"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",
+ "- We use a sliding window approach, changing the position by +1:\n",
1247
"\n",
1248
"<img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/ch02_compressed/13.webp\" width=\"500px\">"
1249
]
@@ -1878,7 +1878,7 @@
1878
"name": "python",
1879
"nbconvert_exporter": "python",
1880
"pygments_lexer": "ipython3",
1881
- "version": "3.11.4"
+ "version": "3.10.10"
1882
}
1883
},
1884
"nbformat": 4,
0 commit comments