Create, Train, Generate
- Add your input file of text
- Train the model until sensible text comes out
- Generate new text where ever you need with the trained weights file
Keeps training on existing model after restarts instead of creating a new model every time you run it again like the textgenrnn example code.