I have Rasa NLU with 210 Intents. But when I am going to train the model it took 2 hours to train the model. is there any way to do it quickly?
Ways you can reduce the training time:
-
Use a lesser value of the max_history parameter. Warning: This may impact performance adversely since the max_history parameter controls the dialogue history your model looks at to decide the next action.
-
Restricting data augmentation done while training. You can configure it by setting the augmentation flag. refer this for more info.