You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a chat bot is trained, the dialog is saved directly to the database. This needs to be changed so that the training data can be cleaned and tagged by the chat bot's preprocessors.
@gunthercox What can I do if I don't want the training to be done with preprocessors? (because the preprocessors I use convert uppercase and unicode to lowercase and ascci respectively, but I want the responses to have uppercase and unicode in some cases)
Is there a way to set the preprocessors after the training?
Currently, when a chat bot is trained, the dialog is saved directly to the database. This needs to be changed so that the training data can be cleaned and tagged by the chat bot's preprocessors.
Related to #954 (comment)
The text was updated successfully, but these errors were encountered: