This seems to be the same problem as NER training produces invalid config.cfg? - #4 by bob_ln. Is there a workaround that would allow me to correct this trained model? I tried removing tagger, parser, attribute_ruler from pipeline in config.cfg, which allows the model to load, but results in loads of warnings.
Hi! Sorry about that. The problem here are the frozen components in your pipeline so after upgrading spacy-transformers you should be able to just use the same workaround @SofieVL provided in the thread and re-source the components from the pipeline you want to keep: