From 01f3eb30bee84671bdebbd9befdc1acd68cdf9f5 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:09:40 +0100 Subject: [PATCH] Update 12_2_Multihead_Self_Attention.ipynb --- Notebooks/Chap12/12_2_Multihead_Self_Attention.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap12/12_2_Multihead_Self_Attention.ipynb b/Notebooks/Chap12/12_2_Multihead_Self_Attention.ipynb index fc5a6a7..7e9b0b3 100644 --- a/Notebooks/Chap12/12_2_Multihead_Self_Attention.ipynb +++ b/Notebooks/Chap12/12_2_Multihead_Self_Attention.ipynb @@ -31,7 +31,7 @@ "source": [ "# **Notebook 12.1: Multhead Self-Attention**\n", "\n", - "This notebook builds a multihead self-attentionm mechanism as in figure 12.6\n", + "This notebook builds a multihead self-attention mechanism as in figure 12.6\n", "\n", "Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and make predictions about what is going to happen or write code to complete the functions.\n", "\n",