Skip to content

Do medium and small models really have the same accuracy? #13199

Discussion options

You must be logged in to vote

The small and medium models usually don't have similar accuracy, but the medium and large models are often very similar. You can see the raw scores in nlp.meta["performance"] or for all published models in the meta/ directory of https://github.com/explosion/spacy-models. (Be aware that the reported scores are for the dev set for most resources.)

And since the types of errors may not be identical for two different models even if the accuracy is the same, you probably still want to run a detailed evaluation for your own data/task.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ryanheise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Issues related to the statistical models perf / accuracy Performance: accuracy
2 participants