robflynnyh/hydra-linear-attention
Implementation of: Hydra Attention: Efficient Attention with Many Heads (https://arxiv.org/abs/2209.07484)
This is a library for researchers and practitioners working with machine learning models, specifically those involving 'attention' mechanisms. It provides a more efficient way to process complex data by using a specialized form of attention, leading to faster computations in models. You would use this if you're building or optimizing deep learning models that currently use standard attention layers and need to improve their speed.
No commits in the last 6 months.
Use this if you are a deep learning engineer or researcher looking to improve the computational efficiency of attention mechanisms in your neural networks.
Not ideal if you are not working directly with deep learning model architecture or do not have performance bottlenecks related to attention layers.
Stars
14
Forks
—
Language
Python
License
—
Category
Last pushed
Jan 08, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/robflynnyh/hydra-linear-attention"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action