From c1d939c64e95649da561d6c0f74fd09f41f15f05 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sun, 24 Mar 2024 07:09:08 -0500 Subject: [PATCH] update chapter reference --- ch05/01_main-chapter-code/ch05.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/01_main-chapter-code/ch05.ipynb b/ch05/01_main-chapter-code/ch05.ipynb index 1ae9309..bb17cf5 100644 --- a/ch05/01_main-chapter-code/ch05.ipynb +++ b/ch05/01_main-chapter-code/ch05.ipynb @@ -276,7 +276,7 @@ "source": [ "- Suppose we have an `inputs` tensor containing the token IDs for 2 training examples (rows)\n", "- Corresponding to the `inputs`, the `targets` contain the desired token IDs that we want the model to generate\n", - "- Notice that the `targets` are the `inputs` shifted by 1 position, as explained in Chapter 1 when we implemented the data loader" + "- Notice that the `targets` are the `inputs` shifted by 1 position, as explained in chapter 2 when we implemented the data loader" ] }, {