Hey there;
Suppose I have a training set and I trained the model on the same. For suppose in future I want to add new entity or want to update the dataset but without losing the previously trained file, How can I do that?
Note: I’m developing a chatbot for a client with a GUI to add and train new entities as well.
I’m not sure I totally understand your question. Why are you worried about losing your file? How are you creating the training file from the GUI? Are you using Rasa X?
I mean the training file which is saved in model folder. If I update the training dataset, Do I need to train the model on whole dataset? Or Is there any option to just append the training files with updated training data.