Temperature Cycling + Fixes
- Added ability to cycle temperatures during training (see this notebook for more information
- Added utf-8 encoding for vocab export.
- Added alias for
train_on_texts(new_model=True)
totrain_new_model
. - Fixed an issue where specifying
dropout
could cause issues.