From c49aa2273800129cd35c0c808b3722c3ede156ab Mon Sep 17 00:00:00 2001 From: Intelligence-Manifesto <155522535+Intelligence-Manifesto@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:40:44 +0800 Subject: [PATCH] three -> four --- ch02/01_main-chapter-code/ch02.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02/01_main-chapter-code/ch02.ipynb b/ch02/01_main-chapter-code/ch02.ipynb index 6c6caaa..d75558e 100644 --- a/ch02/01_main-chapter-code/ch02.ipynb +++ b/ch02/01_main-chapter-code/ch02.ipynb @@ -1565,7 +1565,7 @@ "metadata": {}, "source": [ "- Note that the above is the 4th row in the `embedding_layer` weight matrix\n", - "- To embed all three `input_ids` values above, we do" + "- To embed all four `input_ids` values above, we do" ] }, {