I was trying to create a custom NER model. I used spacy library to create the model. And this line of code is to create the config file from the base.config fil
As the self guide says, I've installed it with (conda environment) conda install -c conda-forge spacy python -m spacy download en_core_web_trf I have spacy-tra