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.
5k stars
136 watching
751 forks
Language: Python
last commit: over 2 years ago
Linked from 2 awesome lists
deep-learningkeraspythontensorflowtext-generation
Related projects:
Repository | Description | Stars |
---|---|---|
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
minimaxir/gpt-2-simple | A tool for retraining and fine-tuning the OpenAI GPT-2 text generation model on new datasets. | 3,398 |
minimaxir/aitextgen | A Python package for text generation using GPT-2 and EleutherAI's models, with fine-tuning capabilities. | 1,843 |
karpathy/char-rnn | A framework for training and generating text sequences using multi-layer Recurrent Neural Networks | 11,651 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
lucidrains/imagen-pytorch | Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning. | 8,088 |
hardmaru/write-rnn-tensorflow | Generates handwritten characters using an LSTM mixture density network with TensorFlow | 700 |
google/sentencepiece | An unsupervised text tokenizer that segments input text into subwords and detokenizes output based on a predefined vocabulary size. | 10,303 |
l1aoxingyu/char-rnn-pytorch | A PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data. | 141 |
karpathy/neuraltalk | A system for generating image descriptions using neural networks | 5,411 |
google-research/electra | A method for pre-training transformer networks to learn language representations from text data without labeled supervision | 2,340 |
batzner/tensorlm | A library for text generation with recurrent neural networks using TensorFlow | 61 |
ibm/max-news-text-generator | Generates English-language text similar to news articles using machine learning and natural language processing techniques. | 26 |
google/neural-tangents | A high-level neural network API for defining and training complex hierarchical networks of finite or infinite width | 2,278 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |