Khamies/LSTM-Variational-AutoEncoder
A PyTorch Implementation of Generating Sentences from a Continuous Space by Bowman et al. 2015.
This tool helps researchers and AI practitioners generate novel sentences or explore variations of existing ones. You provide a starting word or phrase, and the system outputs grammatically plausible sentences. It's designed for those working in natural language processing (NLP) research or text generation tasks.
No commits in the last 6 months.
Use this if you need to create diverse sentence variations or generate entirely new sentences based on a continuous latent representation.
Not ideal if you're looking for a simple, off-the-shelf solution for specific text generation tasks without diving into model training or code.
Stars
33
Forks
9
Language
Python
License
MIT
Category
Last pushed
Mar 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Khamies/LSTM-Variational-AutoEncoder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yaserkl/RLSeq2Seq
Deep Reinforcement Learning For Sequence to Sequence Models
kefirski/pytorch_RVAE
Recurrent Variational Autoencoder that generates sequential data implemented with pytorch
ctr4si/A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling
PyTorch Implementation of "A Hierarchical Latent Structure for Variational Conversation...
georgian-io/Multimodal-Toolkit
Multimodal model for text and tabular data with HuggingFace transformers as building block for text data
nurpeiis/LeakGAN-PyTorch
A simple implementation of LeakGAN in PyTorch