threelittlemonkeys / rnn-encoder-decoder-pytorchLinks
RNN Encoder-Decoder in PyTorch
☆45Updated last year
Alternatives and similar repositories for rnn-encoder-decoder-pytorch
Users that are interested in rnn-encoder-decoder-pytorch are comparing it to the libraries listed below
Sorting:
- Code for "Finetuning Pretrained Transformers into Variational Autoencoders"☆39Updated 3 years ago
- ☆212Updated last year
- Code for the paper "A Stable Variational Autoencoder for Text Modelling"☆26Updated 5 years ago
- PyTorch implementation of "Lagging Inference Networks and Posterior Collapse in Variational Autoencoders" (ICLR 2019)☆185Updated 4 years ago
- LAnguage Modelling Benchmarks☆138Updated 5 years ago
- A library for making Transformer Variational Autoencoders. (Extends the Huggingface/transformers library.)☆142Updated 4 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆134Updated 5 years ago
- Transformer-based Conditional Variational Autoencoder for Controllable Story Generation☆159Updated 3 years ago
- Cascaded Text Generation with Markov Transformers