Skip to content

Commit

Permalink
Update paper study notes - Attention is All You Need
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jun 18, 2024
1 parent 1486a88 commit ecdba15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified nlp-papers/attention-is-all-you-need/ms.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion nlp-papers/attention-is-all-you-need/ms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
%\newcommand{\Wvm}{{W_m}_v}
\newcommand\concat[3]{\left[#1 \parallel_#3 #2\right]}

\title{Attention Is All You Need}
\title{Attention Is All You Need (Study Notes)}

% The \author macro works with any number of authors. There are two
% commands used to separate the names and addresses of multiple
Expand Down Expand Up @@ -129,6 +129,8 @@
\large Provided proper attribution is provided, Google hereby grants permission to reproduce the tables and figures in this paper solely for use in journalistic or scholarly works.

Referenced by \href{https://trello.com/c/KWikzXQL}{\textit{Natural Language Processing with Transformers}}

Original paper: \href{https://arxiv.org/abs/1706.03762}{https://arxiv.org/abs/1706.03762}
\end{center}

\maketitle
Expand Down

0 comments on commit ecdba15

Please sign in to comment.