You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimenting with implementing the transformer architecture from the paper "Attention is All You Need" by Vaswani et al. (2017) in PyTorch.
1
+
# Tiny Transformer
2
2
3
-
Under Development
3
+
An experiment implementing the encoder part of the transformer architecture from the paper "Attention is All You Need" by Vaswani et al. (2017) in PyTorch.
0 commit comments