dayyass/language-modeling
Pipeline for training Language Models using PyTorch.
This tool helps researchers, content creators, or data scientists working with text data to train and evaluate statistical or recurrent neural network (RNN) language models. You input a plain text file, and it outputs a trained language model that can then generate new text sequences based on a given prefix. This is for anyone needing to understand language patterns or generate coherent text from a custom dataset.
No commits in the last 6 months.
Use this if you need to quickly train a language model on your specific text corpus and generate new text, understanding how different model types and decoding strategies influence the output.
Not ideal if you're looking for pre-trained, cutting-edge transformer models or a graphical user interface for text generation.
Stars
12
Forks
—
Language
Python
License
—
Category
Last pushed
May 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dayyass/language-modeling"
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
georgian-io/Multimodal-Toolkit
Multimodal model for text and tabular data with HuggingFace transformers as building block for text data
ctr4si/A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling
PyTorch Implementation of "A Hierarchical Latent Structure for Variational Conversation...
nurpeiis/LeakGAN-PyTorch
A simple implementation of LeakGAN in PyTorch