lucidrains / feedback-transformer-pytorch
Implementation of Feedback Transformer in Pytorch
☆105Updated 4 years ago
Alternatives and similar repositories for feedback-transformer-pytorch
Users that are interested in feedback-transformer-pytorch are comparing it to the libraries listed below
Sorting:
- Pytorch implementation of Compressive Transformers, from Deepmind☆157Updated 3 years ago
- Implementation of a Transformer that Ponders, using the scheme from the PonderNet paper☆80Updated 3 years ago
- Trains Transformer model variants. Data isn't shuffled between batches.☆142Updated 2 years ago
- Another attempt at a long-context / efficient transformer by me☆37Updated 3 years ago
- GPT, but made only out of MLPs☆88Updated 3 years ago
- Implementation of Long-Short Transformer, combining local and global inductive biases for attention over long sequences, in Pytorch☆118Updated 3 years ago
- Fully featured implementation of Routing Transformer☆291Updated 3 years ago
- A GPT, made only of MLPs, in Jax☆57Updated 3 years ago
- A collection of code snippets for my PyTorch Lightning projects☆107Updated 4 years ago
- Official code repository of the paper Linear Transformers Are Secretly Fast Weight Programmers.☆105Updated 3 years ago
- The official repository for our paper "The Devil is in the Detail: Simple Tricks Improve Systematic Generalization of Transformers". We s…☆67Updated 2 years ago
- A case study of efficient training of large language models using commodity hardware.☆69Updated 2 years ago
- A 🤗-style implementation of BERT using lambda layers instead of self-attention☆69Updated 4 years ago
- Understanding the Difficulty of Training Transformers☆329Updated 2 years ago
- An attempt at the implementation of Glom, Geoffrey Hinton's new idea that integrates concepts from neural fields, top-down-bottom-up proc…☆193Updated 4 years ago
- Implementation of Nyström Self-attention, from the paper Nyströmformer☆133Updated last month
- Implementation of the GBST block from the Charformer paper, in Pytorch☆116Updated 3 years ago
- Implementation of Memformer, a Memory-augmented Transformer, in Pytorch☆115Updated 4 years ago
- A simple and working implementation of Electra, the fastest way to pretrain language models from scratch, in Pytorch☆226Updated last year
- Code for the Shortformer model, from the ACL 2021 paper by Ofir Press, Noah A. Smith and Mike Lewis.☆147Updated 3 years ago
- Code for scaling Transformers☆26Updated 4 years ago
- Axial Positional Embedding for Pytorch☆79Updated 2 months ago
- Contrastive Language-Audio Pretraining☆87Updated 3 years ago
- Official codebase for Pretrained Transformers as Universal Computation Engines.☆246Updated 3 years ago
- My implementation of DeepMind's Perceiver☆63Updated 4 years ago
- Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch☆59Updated 4 years ago
- An open source implementation of CLIP.☆32Updated 2 years ago
- Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch☆99Updated 2 years ago
- A variant of Transformer-XL where the memory is updated not with a queue, but with attention☆48Updated 4 years ago
- Implementation of Fast Transformer in Pytorch☆173Updated 3 years ago