Im getting this error while training the file config.yml file .Need Help
Asked
Active
Viewed 388 times
-1
-
Can you please add the error description? Also the Rasa forum (https://forum.rasa.com) might be of help ins this case. – Tobias Aug 17 '21 at 11:40
1 Answers
1
Most probably you need to add the model name to your config.yml file:
- name: SpacyNLP
model: en_core_web_md //<<<

N Jay
- 1,774
- 1
- 17
- 36
-
Documentation that states this is [here](https://rasa.com/docs/rasa/changelog/#features-3). Required since rasa `(2.5.0 - 2021-04-12)` – lucidbrot Nov 04 '21 at 10:53