textgenrnn

Text Generator

A Python module for creating character-level or word-level neural networks for text generation and training on various datasets

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.

GitHub

5k stars
136 watching
752 forks
Language: Python
last commit: about 4 years ago
Linked from 2 awesome lists

deep-learningkeraspythontensorflowtext-generation

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sherjilozair/char-rnn-tensorflowA tool for training and sampling character-level language models using multi-layer recurrent neural networks2,643
minimaxir/gpt-2-simpleA tool for retraining and fine-tuning the OpenAI GPT-2 text generation model on new datasets.3,398
minimaxir/aitextgenA Python package for text generation using GPT-2 and EleutherAI's models, with fine-tuning capabilities.1,843
karpathy/char-rnnA framework for training and generating text sequences using multi-layer Recurrent Neural Networks11,668
l1aoxingyu/char-rnn-gluonA Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework.58
lucidrains/imagen-pytorchImplements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning.8,127
hardmaru/write-rnn-tensorflowGenerates handwritten characters using an LSTM mixture density network with TensorFlow700
google/sentencepieceAn unsupervised text tokenizer that segments input text into subwords and detokenizes output based on a predefined vocabulary size.10,366
l1aoxingyu/char-rnn-pytorchA PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data.143
karpathy/neuraltalkA system for generating image descriptions using neural networks5,414
google-research/electraA method for pre-training transformer networks to learn language representations from text data without labeled supervision2,342
batzner/tensorlmA Python wrapper library for training and generating text with RNNs in TensorFlow61
ibm/max-news-text-generatorGenerates English-language text similar to news articles using machine learning and natural language processing techniques.26
google/neural-tangentsA high-level neural network API for defining and training complex hierarchical networks of finite or infinite width2,291
lucidrains/dalle2-pytorchAn implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch11,184