Update 12_2_Multihead_Self_Attention.ipynb

This commit is contained in:
udlbook
2024-06-05 16:11:17 -04:00
committed by GitHub
parent 8566a7322f
commit 5ba28e5b56

View File

@@ -28,7 +28,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"# **Notebook 12.1: Multhead Self-Attention**\n", "# **Notebook 12.1: Multihead Self-Attention**\n",
"\n", "\n",
"This notebook builds a multihead self-attention mechanism as in figure 12.6\n", "This notebook builds a multihead self-attention mechanism as in figure 12.6\n",
"\n", "\n",
@@ -206,4 +206,4 @@
"outputs": [] "outputs": []
} }
] ]
} }