Hi @nik202 , Thanks for the quick reply.
The document is great but it didn’t specify about pipeline components.
I want to know what is Rasa 2.x equivalent of ner_crf. Similarly for ner_synonyms, intent_featurizer_count_vectors and intent_classifier_tensorflow_embedding.
@nik202 This is my company’s project which is running for almost 2-2.5 years on rasa 1.x. Now it need to be deployed using Rasa 2.x. There are almost 400-420 intents and 4.3K examples. I have converted the data, stories and rest other stuff to Rasa 2.0 Parameters but facing issue in converting config.yml file because some components are deprecated maybe or renamed. I want the same functionality as in the config.yml I pasted above but with Rasa 2.0(Like If KerasPolicy is deprecated then replace it with the new version of itself, if ner_crf is deprecated then replace it with the newer version). Sorry it maybe the silly question but is it possible?