Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code, or quickly train on a text using a pretrained model.
- A modern neural network architecture which utilizes new techniques as attention-weighting and skip-embedding to accelerate training and improve model quality.
- Able to train on and generate text at either the character-level or word-level.
- Able to configure RNN size, the number of RNN layers, and whether to use bidirectional RNNs.
- Able to train on any generic input text file, including large files.
- Able to train models on a GPU and then use them with a CPU.
- Able to utilize a powerful CuDNN implementation of RNNs when trained on the GPU, which massively speeds up training time as opposed to normal LSTM implementations.
- Able to train the model using contextual labels, allowing it to learn faster and produce better results in some cases.
- Able to generate text interactively for customized stories.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
textgenrnn-2.0.0.tar.gz
(1.7 MB
view details)
File details
Details for the file textgenrnn-2.0.0.tar.gz.
File metadata
- Download URL: textgenrnn-2.0.0.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2b6f1c201c76d5a6021079e95a8db499bbe15d9f3448d33cb51c0cd496c86f8
|
|
| MD5 |
dd02103d6a8c976c947163383aa97735
|
|
| BLAKE2b-256 |
2760419daf7e2d87bcafc6f0f65736ce76e5cc83cebbae758dd59b4c1fae99cd
|