简体   繁体   中英

How can I feed multiple of 100 annotated files in training Custom NER model using spacy3

Currently I have prepared a Custom NER model where I can extract 15 entities. I have trained my model on single annotated file using config.cfg file by spacy3. Now I want to train my model again on 100 annotated files. How can I pass these annotated files?

If you put .spacy files in a directory and specify the directory as your train/dev corpus spaCy will automatically load all the files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM