Skip to content

Commit 8e2d0e6

Browse files
authored
Update README.md
1 parent c2ffa36 commit 8e2d0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Language Modelling Exercise
22

33
This exercsie will allow you to explore language modelling. We focus on the key concept of multi-head attention.
4-
Navigate to the `src/attention_model.py`-file and implement multi-head attention
4+
Navigate to the `src/attention_model.py`-file and implement multi-head attention [1]
55

66
``` math
77
\text{Attention}(\mathbf{Q},\mathbf{K},\mathbf{V}) = \text{softmax}(\frac{\mathbf{Q}\mathbf{K}^T}{\sqrt{d_k}})\mathbf{V}

0 commit comments

Comments
 (0)