First install rasa and spacy
python -m venv rasa_env
pip install rasa
pip install spacy
Configure your config file in config.yml
language: "en"
pipeline: "pretrained_embeddings_spacy"
Then configure the spacy package to work with english
python -m spacy download en
Then run the trainer
rasa train nlu
And you can check the model
rasa shell nlu