Merge pull request #26 from Intelligence-Manifesto/patch-3

if -> in
This commit is contained in:
Sebastian Raschka
2024-02-08 17:19:29 -06:00
committed by GitHub

View File

@@ -1412,7 +1412,7 @@
"id": "a7bbf625-4f36-491d-87b4-3969efb784b0",
"metadata": {},
"source": [
"- Note that the above is the 4th row if the `embedding_layer` weight matrix\n",
"- 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"
]
},