tnq177 / transformers_without_tears
Transformers without Tears: Improving the Normalization of Self-Attention
☆131Updated 11 months ago
Alternatives and similar repositories for transformers_without_tears
Users that are interested in transformers_without_tears are comparing it to the libraries listed below
Sorting:
- LaNMT: Latent-variable Non-autoregressive Neural Machine Translation with Deterministic Inference☆79Updated 3 years ago
- Code for the ICML'20 paper "Improving Transformer Optimization Through Better Initialization"☆88Updated 4 years ago
- ☆218Updated 4 years ago
- Implementation of Mixout with PyTorch☆75Updated 2 years ago
- Understanding the Difficulty of Training Transformers☆329Updated 2 years ago
- ☆32Updated 3 years ago
- Official Pytorch Implementation of Length-Adaptive Transformer (ACL 2021)☆101Updated 4 years ago
- DisCo Transformer for Non-autoregressive MT☆77Updated 2 years ago
- Cascaded Text Generation with Markov Transformers☆129Updated 2 years ago
- Adaptive Softmax implementation for PyTorch☆80Updated 6 years ago
- FairSeq repo with Apollo optimizer☆114Updated last year
- Implementation of the GBST block from the Charformer paper, in Pytorch☆117Updated 3 years ago
- A masked language modeling objective to train a model to predict any subset of the target words, conditioned on both the input text and a…☆242Updated 3 years ago
- This repository contains the code for running the character-level Sandwich Transformers from our ACL 2020 paper on Improving Transformer …☆55Updated 4 years ago
- ICLR2019, Multilingual Neural Machine Translation with Knowledge Distillation☆70Updated 4 years ago
- Neural Text Generation with Unlikelihood Training☆309Updated 3 years ago
- PyTorch Implementation of "Non-Autoregressive Neural Machine Translation"☆269Updated 3 years ago
- ☆119Updated 6 years ago
- Zero -- A neural machine translation system☆150Updated 2 years ago
- Checking the interpretability of attention on text classification models☆48Updated 5 years ago
- Non-autoregressive Neural Machine Translation (not a full version)☆71Updated 2 years ago
- Generative Flow based Sequence-to-Sequence Toolkit written in Python.☆245Updated 5 years ago
- PyTorch Language Model for 1-Billion Word (LM1B / GBW) Dataset☆123Updated 5 years ago
- On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines☆136Updated last year
- Pytorch implementation of "A Probabilistic Formulation of Unsupervised Text Style Transfer" by He. et. al. at ICLR 2020☆163Updated 2 years ago
- Code for the Shortformer model, from the ACL 2021 paper by Ofir Press, Noah A. Smith and Mike Lewis.☆147Updated 3 years ago
- Python code for training models in the ACL paper, "Beyond BLEU:Training Neural Machine Translation with Semantic Similarity".☆52Updated 5 years ago
- A simple module consistently outperforms self-attention and Transformer model on main NMT datasets with SoTA performance.☆85Updated last year
- a Pytorch implementation of the Reformer Network (https://openreview.net/pdf?id=rkgNKkHtvB)☆53Updated 2 years ago
- Implementation of Marge, Pre-training via Paraphrasing, in Pytorch