Spancat - How to append SpanCategorizer into a trained custom NER model ? #9601
-
Hello Spacy Community; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You'll need to replace the NER model with a spancat component trained on the same data. Look at the spancat example project for details on how to prepare the data and config file. |
Beta Was this translation helpful? Give feedback.
You'll need to replace the NER model with a spancat component trained on the same data. Look at the spancat example project for details on how to prepare the data and config file.