From 5b222e2d6f36d54d6e2c2298f936beb35dbd7be0 Mon Sep 17 00:00:00 2001 From: Jeff Hammerbacher Date: Fri, 29 Mar 2024 09:25:52 -0400 Subject: [PATCH] Fix small typos in ch02.ipynb (#89) --- ch02/01_main-chapter-code/ch02.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ch02/01_main-chapter-code/ch02.ipynb b/ch02/01_main-chapter-code/ch02.ipynb index c169128..8cedd93 100644 --- a/ch02/01_main-chapter-code/ch02.ipynb +++ b/ch02/01_main-chapter-code/ch02.ipynb @@ -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" ] }, {