Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] Attention Is All You Need #15

Open
profnandaa opened this issue Apr 8, 2024 · 1 comment
Open

[suggestion] Attention Is All You Need #15

profnandaa opened this issue Apr 8, 2024 · 1 comment

Comments

@profnandaa
Copy link
Collaborator

profnandaa commented Apr 8, 2024

Abstract:

The dominant sequence transduction models are based on complex recurrent or convolutional neural networks that include an encoder and a decoder. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles, by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to
other tasks by applying it successfully to English constituency parsing both with large and limited training data.

URL: https://arxiv.org/pdf/1706.03762.pdf

Commentary: This is the paper that birthed the current "LLM revolution" in AI/ML.. Will be nice to go over it and get to understand the foundations.

Presenter(s)

  • Looking for presenter(s)
@karanjamutahi
Copy link

@poppingtonic gave a talk a long while ago on fasttext . Not sure if this is up his alley ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants