mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-09-01 04:17:58 +00:00
Fix some wording issues in the notes (#695)
This commit is contained in:
parent
cfdf22330b
commit
2351a1f282
@ -813,7 +813,7 @@
|
|||||||
"id": "379330f1-80f4-4e34-8724-41d892b04cee",
|
"id": "379330f1-80f4-4e34-8724-41d892b04cee",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"- A quick check that the text loaded ok by printing the first and last 100 words"
|
"- A quick check that the text loaded ok by printing the first and last 99 characters"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -838,7 +838,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"# First 100 characters\n",
|
"# First 99 characters\n",
|
||||||
"print(text_data[:99])"
|
"print(text_data[:99])"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -864,7 +864,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"# Last 100 characters\n",
|
"# Last 99 characters\n",
|
||||||
"print(text_data[-99:])"
|
"print(text_data[-99:])"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user