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

Tracking issue for the Transformer model #53

Open
1 of 5 tasks
FL03 opened this issue May 10, 2024 · 0 comments
Open
1 of 5 tasks

Tracking issue for the Transformer model #53

FL03 opened this issue May 10, 2024 · 0 comments
Assignees
Labels
model Any additions or improvements to any models rust Improvements or additions that update the Rust code tracking Any issue used to track the progress of other issues

Comments

@FL03
Copy link
Owner

FL03 commented May 10, 2024

The transformer model was introduced in 2017 with the release of the Attention is all you need paper. Over the last few years, the popularity of the Transformer model has grown exponentially due to its abilities in natural language processing (NLP) workloads.

Transformers are mathematically simply, primarily relying on dot-product / matrix multiplication algorithms.

Issues

Pull Requests

Resources

@FL03 FL03 added rust Improvements or additions that update the Rust code nn labels May 10, 2024
@FL03 FL03 added this to the v0.1.14 milestone May 10, 2024
@FL03 FL03 self-assigned this May 10, 2024
@FL03 FL03 added model Any additions or improvements to any models and removed nn labels May 10, 2024
@FL03 FL03 linked a pull request May 11, 2024 that will close this issue
@FL03 FL03 changed the title Re-implement a Transformer model and related items Tracker issue for the Transformer model and related items May 18, 2024
@FL03 FL03 added the tracking Any issue used to track the progress of other issues label May 18, 2024
@FL03 FL03 removed a link to a pull request May 18, 2024
@FL03 FL03 changed the title Tracker issue for the Transformer model and related items Tracking issue for the Transformer model and related items May 19, 2024
@FL03 FL03 changed the title Tracking issue for the Transformer model and related items Tracking issue for the Transformer model May 19, 2024
@FL03 FL03 removed this from the v0.1.14 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model Any additions or improvements to any models rust Improvements or additions that update the Rust code tracking Any issue used to track the progress of other issues
Projects
None yet
Development

No branches or pull requests

1 participant