I have been training a NER model with spacy 3.0. However, I didn't find any guide on how to output model's F1 score in the latest version. I have found some solutions of this question for the spacy version 2.0, but I think the code syntax would be different after the version update.
Could you let me know if there is any code example of printing f1 score for a NER model under spacy 3.0?
If you have further questions - feel free to open an issue on the discussion forum. If you're running into a specific problem, it's always useful to provide some example code as well, as that helps us better understand your workflow.