learning-at-home / lean_transformerLinks
Memory-efficient transformer. Work in progress.
☆19Updated 3 years ago
Alternatives and similar repositories for lean_transformer
Users that are interested in lean_transformer are comparing it to the libraries listed below
Sorting:
- Implementation of Token Shift GPT - An autoregressive model that solely relies on shifting the sequence space for mixing☆50Updated 3 years ago
- Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️☆56Updated 2 years ago
- A case study of efficient training of large language models using commodity hardware.☆68Updated 3 years ago
- A python library for highly configurable transformers - easing model architecture search and experimentation.☆49Updated 3 years ago
- Local Attention - Flax module for Jax☆22Updated 4 years ago
- Another attempt at a long-context / efficient transformer by me☆38Updated 3 years ago
- ☆29Updated 2 years ago
- AdaCat☆49Updated 3 years ago
- A collection of optimizers, some arcane others well known, for Flax.☆29Updated 4 years ago
- An attempt to merge ESBN with Transformers, to endow Transformers with the ability to emergently bind symbols☆16Updated 4 years ago
- A collection of Models, Datasets, DataModules, Callbacks, Metrics, Losses and Loggers to better integrate pytorch-lightning with transfor…☆47Updated 2 years ago
- a lightweight transformer library for PyTorch☆72Updated 3 years ago
- AdamW optimizer for bfloat16 models in pytorch 🔥.☆36Updated last year
- ☆31Updated 3 months ago
- High performance pytorch modules☆18Updated 2 years ago
- Implementation of a Transformer using ReLA (Rectified Linear Attention) from https://arxiv.org/abs/2104.07012