alexyalunin / transformer-autoencoderLinks
Autoencoder version on Transformer model using PyTorch
☆26Updated 6 years ago
Alternatives and similar repositories for transformer-autoencoder
Users that are interested in transformer-autoencoder are comparing it to the libraries listed below
Sorting:
- Transformer-based autoregressive varitional autoencoder☆12Updated 6 years ago
- Code for "Finetuning Pretrained Transformers into Variational Autoencoders"☆40Updated 3 years ago
- A PyTorch implementation of the paper - "Synthesizer: Rethinking Self-Attention in Transformer Models"☆73Updated 3 years ago
- A PyTorch implementation of Context Vector Data Description (CVDD), a method for Anomaly Detection on text.☆72Updated 3 years ago
- PyTorch implementation of FNet: Mixing Tokens with Fourier transforms☆28Updated 4 years ago
- Sequence to Sequence Models in PyTorch☆44Updated last year
- A PyTorch implementation of the Compact Multi-Head Self-Attention Mechanism from the paper: "Low Rank Factorization for Compact Multi-Hea…☆25Updated 6 years ago
- [EMNLP'19] Summary for Transformer Understanding☆53Updated 6 years ago
- Topic clustering library built on Transformer embeddings and cosine similarity metrics.Compatible with all BERT base transformers from hu…