can any buddy provide me example of this command- usage: rasa train [-h] [-v] [-vv] [–quiet] [–data DATA [DATA …]] [-c CONFIG] [-d DOMAIN] [–out OUT] [–augmentation AUGMENTATION] [–debug-plots] [–dump-stories] [–fixed-model-name FIXED_MODEL_NAME] [–force] {core,nlu} …
Hey @kundan, so long as your project directory is in the standard format (you can make one using rasa init
, training is as easy as just entering the command rasa train
.