update chapter reference

This commit is contained in:
rasbt 2024-03-24 07:09:08 -05:00
parent 35c6e12730
commit c1d939c64e

View File

@ -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"
]
},
{