Testing Spacy NER model
I've trained an NER model with the use of Spacy, and I would like to test the accuracy on a test dataset. What would be the best way to perform this?
Topic spacy named-entity-recognition nlp
Category Data Science
I've trained an NER model with the use of Spacy, and I would like to test the accuracy on a test dataset. What would be the best way to perform this?
Topic spacy named-entity-recognition nlp
Category Data Science
You should use the evaluate command to evaluate the test set. It would look like this:
spacy evaluate ./my-model ./test-data.spacy
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.