Two major features:
Synthesis (beta)
Generate text using two (or more!) trained models simultaneously. See [this notebook](https://github.com/minimaxir/textgenrnn/blob/master/docs/textgenrnn-synthesize.ipynb) for a demo.
The results are messier than usual so a lower `temperature` is recommended. It should work on both char-level and word-level models, or a mix of both. (however, I do not recommending mixing line-delimited and full text models!)
Please file issues if there are errors!
Generate Progress Bar
Thanks to `tqdm`, all `generate` functions show a progress bar! You can override this by passing `progress=False` to the function.
Additionally, the default generate temperature is now `[1.0, 0.5, 0.2, 0.2]`!