Fix small typos in ch02.ipynb (#89)

This commit is contained in:
Jeff Hammerbacher 2024-03-29 09:25:52 -04:00 committed by GitHub
parent 71b6d1b7d4
commit 5b222e2d6f

View File

@ -89,7 +89,7 @@
"id": "4f69dab7-a433-427a-9e5b-b981062d6296",
"metadata": {},
"source": [
"- There are any forms of embeddings; we focus on text embeddings in this book"
"- There are many forms of embeddings; we focus on text embeddings in this book"
]
},
{
@ -105,8 +105,8 @@
"id": "288c4faf-b93a-4616-9276-7a4aa4b5e9ba",
"metadata": {},
"source": [
"- LLMs work embeddings in high-dimensional spaces (i.e., thousands of dimensions)\n",
"- Since we can't visualize such high-dimensional spaces (we humans think in 1, 2, or 3 dimensions), the figure below illustrates a 2-dimensipnal embedding space"
"- LLMs work with embeddings in high-dimensional spaces (i.e., thousands of dimensions)\n",
"- Since we can't visualize such high-dimensional spaces (we humans think in 1, 2, or 3 dimensions), the figure below illustrates a 2-dimensional embedding space"
]
},
{