since the commands have changed a bit, I am confused how to load an existing NER Model in Prodi.gy‘s ner train workflow.
Training a NER-Model from scratch (with spaCy‘s Blank:de model) is working fine. I‘d like to load this NER-Model in the next step to train it further with another annotated dataset (Same Entity).
How should I use the ner train Command to load an existing NER model?