Skip to content

Commit

Permalink
Update 12_1_Self_Attention.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Nov 24, 2023
1 parent da3a5ad commit ffe7ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notebooks/Chap12/12_1_Self_Attention.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source": [
"# **Notebook 12.1: Self Attention**\n",
"\n",
"This notebook builds a self-attnetion mechanism from scratch, as discussed in section 12.2 of the book.\n",
"This notebook builds a self-attention mechanism from scratch, as discussed in section 12.2 of the book.\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",
Expand Down

0 comments on commit ffe7ffc

Please sign in to comment.