Hi guys,
Recently, I use this command to train a nlu model ,but I got a strange error。
python3 -m rasa_nlu.train --config config.yml --data ./data/nlu/nlu.md --path ./models
Exception: Failed to find component class for 'HFTransformersNLP'.
Unknown component name. Check your configured pipeline and make
sure the mentioned component is not misspelled. If you are creating your
own component, make sure it is either listed as part of the `component_classes`
in `rasa_nlu.registry.py` or is a proper name of a class in a module.
my rasa version is 1.10.10