Skip to content
Discussion options

You must be logged in to vote

Hi @hiteshpara , when training a spaCy model, it needs to be saved into a serialized spaCy format. This will allow you to efficiently store huge amounts of data. Since you already have the label, start, end, and text, it should be straightforward. You can check the NER Demo Project (especially the convert.py) as a guide.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DuyguA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training Training and updating models
2 participants