Evaluate :what do we mean by evaluation data? #9929
-
Hello, I am reading the documentation to evaluate the named entity recognition model I trained via Spacy. The order is as follows: But I don't understand what is meant by evaluation data. To me, the evaluation data is the test data that is annotated by my new model. However, to evaluate, we need a gold standard. So I don't really understand what data to put. Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When you prepare annotated examples for your model, you should use some as training data, and hold some out as evaluation / validation / dev data. Please see the docs or the spaCy course for more details. |
Beta Was this translation helpful? Give feedback.
When you prepare annotated examples for your model, you should use some as training data, and hold some out as evaluation / validation / dev data.
Please see the docs or the spaCy course for more details.